go get github.com/skuzzymiglet/point
- Lightweight and fast
- No special software needed to display, just a browser
- Easy CSS styling
Every title (#
/<h1>
) starts a new slide
point -i IN [-s STYLE] [-o OUT]
(IN being a markdown file)
Prints a HTML file to stdout by default.
It can then be opened in a browser, anywhere - there are no file dependencies since everything is embedded. Use Right and Left to move through the slides
- Embed CSS
- Embed JS
- Embed images as
base64
- Center slide
- Show slide number
- More styles
- Embed web images
- Automatic moving through slides
- Add tests
- Benchmark against
pandoc
-generated beamer - Hosted webapp
Slides are parsed, changed and rendered individually - each one has a full HTML treeFixed in 2b3f10831b