Feat v0.4.4 rich editor import export (#26)
All checks were successful
CI/CD / detect-changes (push) Successful in 3s
CI/CD / test-frontend (push) Successful in 5s
CI/CD / test-go-pg (push) Successful in 2m35s
CI/CD / test-sqlite (push) Successful in 2m49s
CI/CD / build-and-deploy (push) Successful in 29s

This commit was merged in pull request #26.
This commit is contained in:
2026-03-29 19:25:30 +00:00
parent 31ab572c95
commit cee65c4136
6 changed files with 378 additions and 27 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;