A web-based editor for creating presentation slides using Markdown syntax.
- Live preview of slides
- Page break support using
===
- Import/Export markdown files
- Print mode for presentations
- Navigation between slides
- Clone the repository:
git clone https://github.com/vbuterin/slides_editor.git
- Navigate to the project directory:
cd slides_editor
- Open
index.html
in your browser:
- You can use a Live Server extension for VSCode to open the file.
- Write your markdown in the left panel
- Use
===
to create page breaks between slides - Preview your slides in the right panel
- Use the navigation buttons to move between slides
- Click "Print" to enter print mode (press 'B' to exit)
- Save your work using the "Save as .md" button