Step 145: add Org-mode rendering and source blocks

This commit is contained in:
Bill
2026-02-09 18:26:28 -07:00
parent abd41217d3
commit 7ae51ebd2e
9 changed files with 554 additions and 109 deletions

View File

@@ -203,7 +203,7 @@ functionality through the Whetstone UI.
Keybindings loaded from user's Emacs config (key-binding query to daemon).
*Modifies:* `KeybindingManager.h`, `LayoutManager.h`
- [ ] **Step 145: Org-mode and Literate programming support**
- [x] **Step 145: Org-mode and Literate programming support**
Parse `.org` files using a tree-sitter-org grammar. Render org-mode
documents with headings, source blocks, and prose. Source blocks
are editable with full syntax highlighting and LSP support.