Skip to content
v0.1.0
2026-07-07T18:42:27Z first release - added split-pane live preview renders Markdown, HTML, Mermaid diagrams, and KaTeX math from bundled offline runtimes, with source and preview scroll in sync and find inside the preview.
- added global hotkey brings the window up over anything: Cmd+Shift+Space on macOS, Ctrl+Shift+Space on Linux and Windows.
- added tabbed CodeMirror 6 editor with language detection by extension and file content, live Markdown typography, and reopen-closed recovery.
- added find and replace overlay with a live match count.
- added full-text search across every buffer, with a results panel showing snippets and line numbers, backed by SQLite FTS5.
- added command palette on double-tap Shift.
- added settings window on Cmd+, with searchable settings and configurable shortcuts.
- added editor and preview font zoom.
- added status bar with language, encoding, and cursor position.
- added prompt fill modal with placeholder variables, a live token estimate, and copy as prompt.
- added text transforms: Tidy Whitespace and composable trailing-trim, final-newline, and punctuation-spacing passes.
- added open a folder as a workspace with a sidebar file tree; a watched folder lists new files and opens them as they arrive.
- added writ command-line tool for opening files from the terminal; set Writ as the default app on macOS for Markdown, plain text, config, and source files.
- added app-wide light and dark themes, autosave with crash recovery, and self-update with signed manifests.
- added builds for macOS, Windows, and Linux: .dmg, .msi, .deb, and AppImage.