Earlier quoted context omitted.
Clarification: reveal.js supports markdown for individual slides. This project (Marp) allows you to write your whole presentation in a single markdown document. (Using just "---" to separate slides instead of repeating: slide markdown goes here ...seems like a productivity win IMO)
You can just use Pandoc to output reveal.js HTML for you. pandoc hello.md -t revealjs -o hello.html
Marp: Markdown Presentation Writer
11–20 of 98 posts
Re: Marp: Markdown Presentation Writer
#12For someone who is on windows, this is a godsend. The Mac guys all have Deckset[0] which is amazing. Was searching for something like this to make quick slides. Thanks much :) [0]: http://www.decksetapp.com/
Re: Marp: Markdown Presentation Writer
#13For someone who is on windows, this is a godsend. The Mac guys all have Deckset[0] which is amazing. Was searching for something like this to make quick slides. Thanks much :) [0]: http://www.decksetapp.com/
Example of use: https://speakerdeck.com/thbar/de-rails-a-phoenix-retour-dexp...
Re: Marp: Markdown Presentation Writer
#14While marp looks great, reveal.js[1] includes markdown support and has a huge ecosystem. [1]: https://github.com/hakimel/reveal.js
Clarification: reveal.js supports markdown for individual slides. This project (Marp) allows you to write your whole presentation in a single markdown document. (Using just "---" to separate slides instead of repeating: slide markdown goes here ...seems like a productivity win IMO)
My personal example: http://slides.mkii.org/#/1
Re: Marp: Markdown Presentation Writer
#15For someone who is on windows, this is a godsend. The Mac guys all have Deckset[0] which is amazing. Was searching for something like this to make quick slides. Thanks much :) [0]: http://www.decksetapp.com/
[1]: https://speakerdeck.com/gammons [2]: http://speaking.io/design/typography/
Re: Marp: Markdown Presentation Writer
#16It could be even simpler. A presentation tool by the suckless folks with minimal dependencies but several features: http://tools.suckless.org/sent/
Re: Marp: Markdown Presentation Writer
#17It could be even simpler. A presentation tool by the suckless folks with minimal dependencies but several features: http://tools.suckless.org/sent/
[0] https://wiki.gnome.org/Apps/Pinpoint [1] https://www.youtube.com/watch?v=po5La1OP2WI
Re: Marp: Markdown Presentation Writer
#18Earlier quoted context omitted.
You can just use Pandoc to output reveal.js HTML for you. pandoc hello.md -t revealjs -o hello.html
Oh that's very cool. What's the slide separator?
http://pages.stat.wisc.edu/~yandell/statgen/ucla/Help/Produc...
Looks like either top level headings (equivalent to sections I guess) or a line like this "----------" would work.