Skip to content

0.103.6

Choose a tag to compare

@github-actions github-actions released this 14 Jun 21:58
· 4 commits to main since this release

0.103.6 — Better note splitting

Capturing or splitting a wall of text into many notes is now faster, calmer, and more
predictable. Still alpha; keep backups.

Split-on-submit (composer)

  • New notes land where you submitted them. Previously, if you pasted a long block
    with split-on-newlines on and then navigated to another level mid-creation, the
    remaining notes followed you there. Now the destination is fixed at submit time, so
    the whole batch stays put.
  • Split by line, paragraph, or heading. Right-click the split button in the
    composer to choose how a paste is broken up — every line (the original behavior),
    blank-line paragraphs, or Markdown headings.
  • Long pastes show progress and are created as one batch: a single redraw at the
    end instead of a flickery note-by-note repaint, and a single undo for the whole
    paste.

Split modal (splitting one note into several)

  • Split into many at once. A new "Split by:" row breaks a note into multiple notes
    in one click (each line / paragraphs / headings), with a live count — no more placing
    one divider at a time. The original line/cursor two-way split is still there.
  • Friendlier divider. Clicking a line puts the split point just below it, and the
    divider now centers in the view so you can see context above and below it. Navigating
    the split point no longer jumps the list back to the top.

Smoothness

  • Big splits, the Rebootstrap maintenance command, and Open Knowledge Format
    auto-rebuilds no longer repaint the list once per affected note, so the view stays
    calm during bulk changes.