Skip to content

fileverse/slides_editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • CSS 98.3%
  • JavaScript 1.3%
  • Other 0.4%