For use with Bike Outliner.
This set of scripts was initially developed by Jonathan Sterling, however I wanted to focus more on exporting stylish HTML. Sure you could use a different markdown renderer, but I like being able to swap out the included CSS file on the fly.
breezy is included for styling exported outlines.
In addition to adding a style sheet to exported HTML, this version also supports the proper conversion of links to <a>
tags and inserts code blocks for Bike's row type of the same name.
For macOS:
- The Saxon XSLT processor:
brew install saxon
. - The Pandoc document convertor:
brew install pandoc
cat example.bike | ./bike-to-html.sh > output.html && open output.html