Simple web app based on the Flask and pyorg packages that lets you view your Org mode files in fancy HTML.
Browse through your org directory:
View an org file:
Most document elements are already supported:
- Org files are read when you load the page, no need for manual exporting/publishing
- Uses data exported from Emacs using ox-json
instead of parsing the raw .org file, so all your customizations in
init.el
should work - Serve files in your org directory, so file links and inline images work
- Click headlines to open in Emacs
- Fancy CSS based on Read the Docs
- LaTeX math with MathJax
- Extensible
- Text formatting: bold, italic, code, etc.
- Quote, example, center, verse blocks
- Ordered, unordered, description lists
- Checkboxes
- Special symbols (entities), LaTeX
- External links, file links
- Src blocks with results
- Tags, TODOs, priorities in headlines
- Agenda view
- Internal links, to headlines or radio targets
- Links to headlines in other files
- Footnotes
- Figure and table captions
- Customizable TODO keyword and tag colors
- Cache file data so it isn't re-exported on every page load
- Indexing/searching files
- Plugin system for HTML conversion, to support Org mode extension packages
Install the ox-json Emacs package and pyorg Python package.
npm install
npm run build
git clone https://github.com/jlumpe/pyorg-flask
cd pyorg-flask
python setup.py install
First, start the Emacs server with (server-start)
. Then run
pyorg-flask run
and navigate to http://localhost:5000