CodeMirror 6 becomes the Stratum note editor
After a validated migration program, CodeMirror 6 now owns Markdown notes inside the Stratum, with Monaco retained as the fallback and for everything else.
New
- Made CodeMirror 6 the default editor for Stratum Markdown notes, with two-way sync to the underlying text model.
- Added in-place Live Preview and a reader-first Reading Mode with an editing toggle.
- Added wikilink navigation, backlinks, and title-to-filename sync.
Improved
- Fixed pinned note tabs and made Command/Control-click open a separate locked tab.
- Added drag-and-drop of notes into Stratum domains and context-menu domain management.
Internal
- Validated the migration path first: a vendored ESM bundle, lazy loading, optimized build splitting, and packaged Electron startup checks, plus licensing governance and bundle regeneration tooling.