Find a file
Niklas Fasching 9826aa2143 Add make target to automatically regenerate html fixtures
After changing something the fixtures need to be updated to reflect the new
output. This just moves those steps from my bash history to make.
2018-12-11 15:42:41 +01:00
etc Add make target to automatically regenerate html fixtures 2018-12-11 15:42:41 +01:00
org Split example.org into separate files 2018-12-11 14:43:44 +01:00
.gitignore Set up github pages 2018-12-11 15:42:41 +01:00
.travis.yml Set up github pages 2018-12-11 15:42:41 +01:00
main.go Add make target to automatically regenerate html fixtures 2018-12-11 15:42:41 +01:00
Makefile Add make target to automatically regenerate html fixtures 2018-12-11 15:42:41 +01:00
README.org Add minimal affiliated keyword support. Just captions for now 2018-12-03 19:18:25 +01:00

A basic org-mode parser in go

motivation

  • have a org-mode AST to play around with building an org-mode language server
  • hopefully add reasonable org-mode support to hugo - sadly goorgeous is broken & abandoned

next

TODO #72: Support for #+ATTR_HTML

TODO #46: Support for symbols like ndash and mdash

  • see org-entities replacement: see org-entities-help

TODO #10: Support noexport

TODO #19: Support #+HTML

TODO #33: Wrong output when mixing html with org-mode

later