This is a simple guide after trying to move one of my presentations from google docs to github, using impress.js for the presentation.
I tried to keep the modifications to a minimal so the process will be easily repeated.
Still work in progress and admittedly hit and miss at some cases...
- Start the presentation (in Chrome)
- Save the complete page with image assets
- Add the impress.js library in the same folder
- Copy the div with id=":0" to the preso template (attached)
- Save the preso template in the same folder
- Change the id from "main" to "impress"
- String search for containers with the class "slide" and preform the following actions: a) Add a "step" class b) Remove all inline styles (only on the slide container)
Before: https://docs.google.com/present/view?id=dnkhtrs_89d6qc8kf4
After: http://code.kdi.co/talks/2012/html5devconf/
- Ideally we can setup a slide class so we won't need step #7a
- Sliding transitions would be nice to have
- Need to find generic solutions for tweaking the formatting