Editor Support
Since Slidev is using Markdown as the source entry, you can use ANY editors you love to write it.
If you want some high-level management to your slides, we have provided the following editor integrations for you!
Integrated Editor
Slidev comes with an integrated CodeMirror editor that will instantly reload and save the changes to your file.
Click the button to open it.
VS Code Extension
The VS Code extension provides some features to help you better organize your slides and have a quick overview of them.
Features
- View slides in the side panel
- Go to next / prev buttons
- Re-ordering slides
- Folding for slide blocks
- Convert Markdown to HTML
Prettier Plugin
Slidev also provides a Prettier plugin to format your slides. You can use it with your favorite editor that supports Prettier. Docs for the plugin can be found here.