Port from AWK to Haskell of Awkrdeck:
Convert presentations written for Deckset to be compatible with conversion via pandoc and reveal.js to HTML
git clone https://github.com/rberenguel/haskset
cd haskset
stack installshould work. You need Deckset, beware
Navigate to the correct folder where you have a presentation, and just run
haskset presentation.md
This will generate a presentation.html via Pandoc. You need a webserver to serve it, you can use the classic python3 -m http.server 8080.
- The CSS is not customizable yet
- You can't pass options to Pandoc
- Several features of Deckset are not implemented (some may never be)
- There is no useful debug information via flags
- Add more test cases and edge test cases
- Adapt CSS for mobile (or try for a while)
On the flip side, it works for simple presentations (may need some minor tweaking of the Markdown). You can see a freshly generated example here.