Hacker News new | ask | show | jobs
by arsenico 1959 days ago
How is this different or better than reveal.js https://github.com/hakimel/reveal.js?
2 comments

reveal.js is mostly aimed at creating slides using HTML, it has markdown support for writing the content, but this project seems to aim to create the entire presentation from markdown. I'd compare it to deckset - https://www.deckset.com/
You can create the entire presentation in markdown with reveal.js too https://github.com/rectalogic/gist-reveal
As a Deckset user, my only gripe (minor, and usually not a big deal) is not having an HTML version generated by it (this is why I wrote this CLI tool [1])

[1]: Haskset: https://github.com/rberenguel/haskset

What's that advantage of using markdown? html is far more expansive in visual options.

Not Everything needs to be markdown.

I largely prefer writing my slides in Markdown, for the same reason that I prefer writing (a first draft of) my letters in Markdown rather than in a word processor: this helps me focus on the content first, rather than the presentation.

YMMV

Some things are just far less typing in markdown than in HTML, for example lists of bullet points and inline code.
Only “some” things?
...but then you're just using the wrong editor.
I've been using this: https://github.com/webpro/reveal-md

which is only markdown on top of reveal.js, quite cool