This VSCode extension allows you to preview Reveal.js slides from a Markdown file. It enables users to see slide updates in real time within VS Code as they edit Markdown files.
- Live Preview: Instantly renders Markdown slides with Reveal.js in a webview.
- Theme selection: Supports different Reveal.js theme
- Automatic updates: Detects and reloads changes to Markdown file.
- Custom Reveal.js settings: Configurable through VS Code settings.
Search Reveal.js Live Preview in the VS Code Extension Marketplace and install it. Once you have installed the Reveal.js Live Preview extension in VS Code, follow these steps to preview your slides:
- Open VS Code
- Open the
.mdfile containing your Reveal.js slide.
Use any of the following methods to start the preview.
- Press
Ctrl + Shift + P. - Type
Revesl.js Live Preview: Start - Select the command and press Enter
- Press
Ctrl + Alt + R
You can customize the Reveal.js settings (like themes, transistiions, slide separators, etc.) using the VS Code settings.
- Open VS Code Settings
Ctrl + ,. - Search for
Reveal.js Live Preview. - All settings will be available and settings can be updated.
