Categorygithub.com/niklasfasching/go-org
repositorypackage
1.9.1
Repository: https://github.com/niklasfasching/go-org.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

  • go-org An Org mode parser and static site generator in go. Take a look at github pages

[[https://raw.githubusercontent.com/niklasfasching/go-org/master/etc/example.png]]

Please note

  • the goal for the html export is to produce sensible html output, not to exactly reproduce the output of =org-html-export=.
  • the goal for the parser is to support a reasonable subset of Org mode. Org mode is huge and I like to follow the 80/20 rule.
  • usage ** command line #+begin_src bash $ go-org Usage: go-org COMMAND [ARGS]... Commands:
  • development
  1. =make setup=
  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.

  • resources