A tool to visualize org-mode ownership boundaries when parsing.
Go to file
2023-08-18 21:35:39 -04:00
readme Add a README. 2023-08-18 21:35:39 -04:00
src Fix handling of plain text. 2023-08-18 21:22:53 -04:00
static Highlighting characters. 2023-08-18 21:06:43 -04:00
.gitignore Initial commit. 2023-08-17 02:52:58 -04:00
Cargo.lock Set cache control headers for the static files. 2023-08-18 15:50:22 -04:00
Cargo.toml Set cache control headers for the static files. 2023-08-18 15:50:22 -04:00
LICENSE Add axum, nom, and tokio. 2023-08-17 02:55:59 -04:00
README.md Add a README. 2023-08-18 21:35:39 -04:00

Org-Mode AST Investigation Tool

This repository contains a slapdash tool to make visualizing the abstract syntax tree of an org-mode document easier. Write your org-mode source into the top text box, and below on the right it will create a clickable tree of the AST. When you click on a node, the contents of that node will be highlighted on the left.

Screenshot showing the interface to the org-mode abstract syntax tree investigation tool.

Running

TODO