From cee65c41364e559112093ee2d6d1a9cf8379801f Mon Sep 17 00:00:00 2001 From: xcaliber Date: Sun, 29 Mar 2026 19:25:30 +0000 Subject: [PATCH] Feat v0.4.4 rich editor import export (#26) --- CHANGELOG.md | 26 +++++ ROADMAP.md | 138 +++++++++++++++++++--- VERSION | 2 +- packages/notes/css/main.css | 14 +++ packages/notes/js/main.js | 221 +++++++++++++++++++++++++++++++++-- packages/notes/manifest.json | 4 +- 6 files changed, 378 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6fd491..4c97bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ All notable changes to Switchboard Core are documented here. +## v0.4.4 — Rich Editor + Import/Export + +### Added + +- **CodeMirror 6 integration**: Notes editor now uses the vendored CM6 bundle + (`CM.noteEditor()`) for rich markdown editing with syntax highlighting, + wikilink autocomplete (`[[` triggers note title completion), and inline + preview decorations for headings, code blocks, and blockquotes. +- **CM6 dynamic loading**: Bundle loaded via `