Interesting, I just used deck.js (I think a similar thing) to create a presentation after decades of professional power-pointing.
I decided to create my presentation in a series of markdown files, then run a script to compile them into a single HTML+deck.js side deck.
The overhead of setting the thing up originally was worth it, the iteration on the presentation (eg ability to work on a single section in a markdown editor) was much faster.
Interesting, thank you. I looked just a bit and that seemed like it required hosting, while with deck.js I just end up with a .HTML file I can send around / play locally. But it does look cool.
I decided to create my presentation in a series of markdown files, then run a script to compile them into a single HTML+deck.js side deck.
The overhead of setting the thing up originally was worth it, the iteration on the presentation (eg ability to work on a single section in a markdown editor) was much faster.