From 7bab654f6bc8ff4a1c8d03de38d6ca6025b13298 Mon Sep 17 00:00:00 2001 From: Jeffrey Smith Date: Sun, 29 Mar 2026 17:27:45 +0000 Subject: [PATCH] Feat v0.4.4 rich editor import export Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 26 ++++ ROADMAP.md | 13 +- VERSION | 2 +- packages/notes/css/main.css | 14 +++ packages/notes/js/main.js | 222 +++++++++++++++++++++++++++++++++-- packages/notes/manifest.json | 4 +- 6 files changed, 264 insertions(+), 17 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 `