From 60835c66fce91d3cce616de18265d6fe28440e52 Mon Sep 17 00:00:00 2001 From: Niklas Fasching Date: Sun, 2 Dec 2018 14:00:57 +0100 Subject: [PATCH] Init --- README.org | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..85021cb --- /dev/null +++ b/README.org @@ -0,0 +1,9 @@ +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 [[https://github.com/chaseadamsio/goorgeous][goorgeous]] is broken & abandoned +* resources +- syntax + - https://orgmode.org/worg/dev/org-syntax.html + - https://github.com/abo-abo/org-mode/blob/mirror/lisp/org.el + - https://github.com/abo-abo/org-mode/blob/mirror/lisp/org-element.el