Skip to content

kubgus/slidar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slidar

A markdown presentation tool that keeps you informed.

Demo

Features

  • Slide progress bar
  • Time progress bar
  • Easy markdown slide creation
  • Your own localhost server (control)

Usage

Clone the repo and run:

npm install
npm start [path/to/presentation.md] [duration_in_minutes] [port]

Presentation file

# Slide 1

Content of slide 1

---

# Slide 2

Content of slide 2

Navigation

  • Right Arrow or Space to go to the next slide
  • Left Arrow to go to the previous slide

Special cases

If your presentation is accidentally closed, the time will reset.

You can modify the seconds_passed variable in the console to skip to a specific time.

Contributing

I don't really care I made this in like 2 hours lol

(But if you want to contribute, feel free to open a PR)


Congratulations, you've reached the end of the README. You must be really bored.