mkrevealslides

Automatically generates reveal.js slides given markdown files
Roadmap
In rough order of priority
- [x] Better UI
- [x] Check if the file is actually a
.md
file
- [x] Superior error handling that does not involve CRASHING the program
- [x] More helpful error messages
- [x] Configuration file support
- [x] Force paths relative to config file dir instead of invocation dir
- [x] Support markdown images
- Currently will only allow you to place images in directories and subdirectories of
img/
(see examples)
- [ ] Allow the program to modify markdown file paths for correct resolution
- [x] Support slide 1a, 1b etc.
- [ ] Generate zip file with revealJS deps
- [ ] Automatically download revealJS if not present
- [ ] Support revealJS animations
- [ ] Tests
- [x] Unit tests
- [x] Integration tests
User guide
See docs/README.md