diff --git a/README.org b/README.org index bb2a309..0d123fe 100644 --- a/README.org +++ b/README.org @@ -2,16 +2,22 @@ A basic Org mode parser in go. Take a look at [[https://niklasfasching.github.io/go-org/][github pages]] for some examples and an online org -> html demo (requires wasm support). * next +- https://ox-hugo.scripter.co/doc/examples/ - test against [[https://raw.githubusercontent.com/kaushalmodi/ox-hugo/master/test/site/content-org/all-posts.org][ox-hugo all-posts.org]] - - ATTR_HTML without printing child - i.e. above other, non-affiliated keyword - more keywords: https://orgmode.org/manual/In_002dbuffer-settings.html - headlines - - unique ids - - CUSTOM_ID drawer property - - see [[https://github.com/kaushalmodi/ox-hugo/blob/8472cf2d8667754c9da3728255634e8001a1da6d/ox-hugo.el#L1785-L1850][ox-hugo]] for auto generation + - unique ids: see [[https://github.com/kaushalmodi/ox-hugo/blob/8472cf2d8667754c9da3728255634e8001a1da6d/ox-hugo.el#L1785-L1850][ox-hugo]] for auto generation - improve list parsing - handle list items with empty first line - handle ordered list overrides [@10] +** links +https://orgmode.org/manual/External-links.html +https://orgmode.org/manual/Internal-links.html +radio target <<>> +link target: <> +link: [[go-org]] +link to headline +MyTarget <- this will automatically become a link - not sure i want this... * differences to goorgeous To get a feeling take a look at goorgeous vs go-org html rendering of the examples [[https://niklasfasching.github.io/go-org/go-org-vs-goorgeous][comparison]]. Please note that a visual comparison is not fair to goorgeous as the stylesheet is not adapted to it.