Feat v0.4.4 rich editor import export

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-29 17:27:45 +00:00
parent 31ab572c95
commit 7bab654f6b
6 changed files with 264 additions and 17 deletions

View File

@@ -281,6 +281,20 @@
color: var(--text-3);
}
/* ── CodeMirror 6 container ─────────────── */
.notes-editor__cm {
flex: 1;
overflow: hidden;
}
.notes-editor__cm .cm-editor {
height: 100%;
max-height: none;
}
.notes-editor__cm .cm-scroller {
overflow: auto;
padding: 12px 20px;
}
/* ── Preview ─────────────────────────────── */
.notes-preview {
flex: 1;