Find a file
Niklas Fasching 6adad92e8b Update main.go: Log to stdout & support both html and html-chroma
Could be moved into a flag but I'll significantly refactor the main.go later on
anyways - for now this works TM
2018-12-11 14:42:05 +01:00
etc/githooks Setup basic development environment: make, git hooks & CI 2018-12-02 16:49:44 +01:00
org Fix multiline emphasis 2018-12-10 17:53:12 +01:00
.travis.yml Setup basic development environment: make, git hooks & CI 2018-12-02 16:49:44 +01:00
main.go Update main.go: Log to stdout & support both html and html-chroma 2018-12-11 14:42:05 +01:00
Makefile Update main.go: Log to stdout & support both html and html-chroma 2018-12-11 14:42:05 +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