Trying out CodeMirror. I think I like it? Use it in readonly mode for view. Wrapping up for the day.

This commit is contained in:
Scott Idem
2025-05-12 19:56:56 -04:00
parent 3b38c31ba0
commit b5642583c7
4 changed files with 1658 additions and 787 deletions

View File

@@ -96,7 +96,7 @@
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.36.8",
"@floating-ui/dom": "^1.6.0",
"@lucide/svelte": "^0.494.0",
"@lucide/svelte": "^0.510.0",
"@popperjs/core": "^2.11.0",
"@tiptap/extension-bullet-list": "^2.10.2",
"@tiptap/extension-document": "^2.10.2",
@@ -105,10 +105,10 @@
"axios": "^1.7.0",
"codemirror": "^6.0.1",
"dayjs": "^1.11.10",
"dexie": "^4.0.11",
"dexie": "^4.0.0",
"flowbite-svelte": "^0.48.00",
"html5-qrcode": "^2.3.8",
"lucide-svelte": "^0.494.0",
"lucide-svelte": "^0.510.0",
"marked": "^15.0.7",
"shadcn-svelte": "^0.14.0"
}