Skip to content

convert bike outlines into pretty HTML documents

Notifications You must be signed in to change notification settings

fkscott/bike-to-html

Repository files navigation

bike to html

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.

system requirements

For macOS:

  • The Saxon XSLT processor: brew install saxon.
  • The Pandoc document convertor: brew install pandoc

converting a Bike outline to HTML

cat example.bike | ./bike-to-html.sh > output.html && open output.html

About

convert bike outlines into pretty HTML documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published