diff --git a/README.md b/README.md new file mode 100644 index 0000000..d6b2d81 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# 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.](readme/screenshot.png?raw=true "Org-mode investigation tool interface") + +## Running +TODO diff --git a/readme/screenshot.png b/readme/screenshot.png new file mode 100644 index 0000000..39349b6 Binary files /dev/null and b/readme/screenshot.png differ