https://github.com/kubgus/slidar
A markdown presentation tool that keeps you informed.
https://github.com/kubgus/slidar
expressjs keynote markdown presentation slideshow
Last synced: 7 months ago
JSON representation
A markdown presentation tool that keeps you informed.
- Host: GitHub
- URL: https://github.com/kubgus/slidar
- Owner: kubgus
- License: mit
- Created: 2024-03-19T22:18:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T20:37:42.000Z (over 1 year ago)
- Last Synced: 2025-01-21T21:17:25.061Z (9 months ago)
- Topics: expressjs, keynote, markdown, presentation, slideshow
- Language: JavaScript
- Homepage:
- Size: 8.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Slidar
A markdown presentation tool that keeps you informed.
# Features
- Slide progress bar
- Time progress bar
- Easy markdown slide creation
- Your own localhost server (control)# Usage
Clone the repo and run:
```bash
npm install
npm start [path/to/presentation.md] [duration_in_minutes] [port]
```# Presentation file
```md
# Slide 1Content 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.