Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 859 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 859 Bytes

Slides Editor - Markdown

A web-based editor for creating presentation slides using Markdown syntax.

Features

  • Live preview of slides
  • Page break support using ===
  • Import/Export markdown files
  • Print mode for presentations
  • Navigation between slides

Running Locally

  1. Clone the repository:
git clone https://github.com/vbuterin/slides_editor.git
  1. Navigate to the project directory:
cd slides_editor
  1. Open index.html in your browser:
  • You can use a Live Server extension for VSCode to open the file.

Usage

  1. Write your markdown in the left panel
  2. Use === to create page breaks between slides
  3. Preview your slides in the right panel
  4. Use the navigation buttons to move between slides
  5. Click "Print" to enter print mode (press 'B' to exit)
  6. Save your work using the "Save as .md" button