Title editing that doesn't fight you.
The first real round of polish on the writing experience. Creating a new document and typing the title is now the simple thing it should always have been — and the file on disk does the right thing without you ever having to think about it.
The title race, fixed.
New documents used to lose your first few keystrokes if you typed into the H1 too quickly. The inbox watcher emitted a redundant doc:new event ~250 ms after creation, the frontend tore down and rebuilt the editor, and whatever you'd typed in that window vanished along with the focus. The handler is now stricter — it auto-opens a doc only when nothing else is active. No more remount mid-edit.
One-time slug rename.
New files are created as <timestamp>-untitled.md. The first time you save with a real H1, the file is renamed once to <timestamp>-<slug>.md. After that, editing the heading further never touches the filename — no churn, no broken paths, no surprises in git status. Both the old and new paths are marked as self-writes before the OS rename fires, so the editor never re-mounts under you.
Click and type.
Opening a freshly-created document now pre-selects the word Untitled in the H1, so the first keystroke replaces it. Old behaviour: click in the middle of "Untitled", type "Plan", end up with "UntPlanitled". New behaviour: click + type "Plan", you get "Plan".
Live sidebar title.
The sidebar entry, the toolbar's title chrome, and the macOS window title now reflect what you type into the H1 in real time. No waiting for a save round trip, no waiting for the watcher to notice. Everything updates as your fingers move.
Smaller things.
- The editor auto-focuses when a document opens — no need to click into the pane first.
- The marketing site now ships the standard "drag-to-Applications" install UI on the
.dmginstead of a bare disk image. - Released for free during public beta. Early users keep free access; pricing comes later.