~jonsterling/bike-convertors

Scripts to convert Bike outlines to idiomatic HTML and Markdown.
bike-to-html.xsl now converts links into <a> tags with hrefs. example2.bike has been added to test all row types and rich text formatting
remove spurious space
minor tweaks to Rob's patch

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~jonsterling/bike-convertors
read/write
git@git.sr.ht:~jonsterling/bike-convertors

You can also use your local clone with git send-email.

For use with Bike Outliner.

#system requirements

For macOS:

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

#converting a Bike outline to Markdown

cat example.bike | ./bike-to-html.sh | ./html-to-markdown.sh