Create a backend for impress.js presentations
Create a backend for impress.js presentations.
Impress.js: http://bartaz.github.io/impress.js/#/bored
Additional ideas: https://github.com/regebro/hovercraft
Keep in mind that we want to try to align the different presentation backends (deck.js, reveal.js, dzslides, etc) so that the same AsciiDoc source file will work using any one of them (within reason).
Also, each backend should be create in its own git repository to make collaboration and releases easier.
Excellent idea! Links changed since Impress gained traction and @Bartaz moved it to it's own GitHub account:
- http://impress.github.io/impress.js/#/bored
- https://github.com/impress/impress.js
Do you know Dan if this may be picked up this year or early next year?
My focus is on Bespoke. If someone wants to run with the Impress.js backend, I'm all for it. I recommend creating a dedicated repository for it as we have done with Reveal.js and Deck.js (i.e., asciidoctor-impress.js).
@mojavelinux I will start with a repository for impress.js :-).
Cool!
I strongly recommend following the layout I used for the Bespoke.js converter.
I will do my best.
Great! Hopefully it saves you some time.
@mojavelinux It did. Thanks. The basic framework is setted up.