patched https://github.com/niklasfasching/go-org for orgwiki
including org files is more complex - e.g. footnotes need to be namespaced to their source file. org does this by prefixing each included files footnotes with a number - but even that is not enough as it doesn't guarantee uniqueness. As I don't have a usecase for it, I'll avoid the additional complexity for now. |
||
---|---|---|
etc | ||
org | ||
.gitignore | ||
.travis.yml | ||
main.go | ||
Makefile | ||
README.org |
go-org https://travis-ci.org/niklasfasching/go-org.svg?branch=master
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
- lists with checkboxes
- property drawers
- support more keywords: https://orgmode.org/manual/In_002dbuffer-settings.html