-
v2.1.0 — editor polish: syntax tinting, framing parity & markdown-aware editing
StableAll checks were successfulCI / vet-and-test (push) Successful in 27sreleased this
2026-06-17 16:47:01 +07:00 | 13 commits to main since this releasePost-v2.0.0 editor polish (PRs #14, #15). Backward-compatible; on-disk graph format unchanged.
Added
- In-app editor syntax tinting — raw buffer tinted to match the read view (headings bold; blockquotes & code-fence delimiters faint;
TODO/DONE/… task markers and[[wiki-links]]colored). The cursor's own line stays raw source. - Editor framing parity — 2-column left inset + 1-row top margin, so text no longer jumps left/up on the read→edit switch.
- Editor bullet editing —
Entercontinues a-bullet at the same indent (empty bullet ends the list);Ctrl+Tcycles plain →TODO→DONE;Tab/Shift+Tabindent / de-indent the current line. - The editor now opens with the cursor at the top of the page.
Fixed
- Editor viewport follows the cursor after a continuation / marker toggle / indent (a new bullet at the bottom of a long page was previously off-screen until the next keystroke).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- In-app editor syntax tinting — raw buffer tinted to match the read view (headings bold; blockquotes & code-fence delimiters faint;