• v2.1.0 d9e4373cc3

    v2.1.0 — editor polish: syntax tinting, framing parity & markdown-aware editing
    All checks were successful
    CI / vet-and-test (push) Successful in 27s
    Stable

    fiatcode released this 2026-06-17 16:47:01 +07:00 | 13 commits to main since this release

    Post-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 editingEnter continues a - bullet at the same indent (empty bullet ends the list); Ctrl+T cycles plain → TODODONE; Tab / Shift+Tab indent / 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