Skip to content
/ go-org Public
forked from niklasfasching/go-org

Org mode parser with html & pretty printed org rendering

License

Notifications You must be signed in to change notification settings

kzrl/go-org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-org https://travis-ci.org/niklasfasching/go-org.svg?branch=master

An Org mode parser in go. Take a look at github pages for some examples and an online org -> html demo (wasm based). https://raw.githubusercontent.com/niklasfasching/go-org/master/etc/example.png Please note that the goal for the html export is to produce sensible html output, not to exactly reproduce output the output of org-html-export.

development

  1. make setup install
  2. change things
  3. make preview (regenerates fixtures & shows output in a browser)

in general, have a look at the Makefile - it’s short enough.

not yet implemented

deadlines and scheduling

see https://orgmode.org/manual/Deadlines-and-scheduling.html

more types of links

see https://orgmode.org/manual/External-links.html & https://orgmode.org/manual/Internal-links.html

  • radio target <<<MyTarget>>>
  • link target: <<go-org>>
  • link: go-org
  • link to headline
  • links with image as description
  • MyTarget <- this will automatically become a link - not sure i want this…

resources

About

Org mode parser with html & pretty printed org rendering

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 91.7%
  • Shell 4.6%
  • CSS 2.8%
  • Makefile 0.9%