strudel/packages/codemirror
2026-03-14 14:48:57 -05:00
..
themes make it crunchier: border borders, less padding 2026-01-21 01:31:25 +01:00
autocomplete.mjs cf 2025-11-01 02:40:40 -04:00
basicSetup.mjs removed duplication and unnecessary keymappings in codemirror config 2025-07-16 15:17:34 -07:00
block_utilities.mjs move evaluate/evaluateBlock to different functions 2025-12-30 20:14:32 -06:00
codemirror.mjs Add replace and insert code helpers to codemirror 2026-03-14 14:48:57 -05:00
flash.mjs block based eval 2025-12-23 01:47:06 -08:00
highlight.mjs fixed highlighting issue 2026-01-19 11:53:08 -08:00
html.mjs fix: use template element for string to html 2025-09-14 01:03:14 +02:00
index.mjs fix: cleanup keybinding events 2026-02-13 09:37:34 +01:00
keybindings.mjs fix: vim :q command 2026-02-13 16:21:50 +01:00
labelJump.mjs fix null case 2025-12-03 15:25:05 -05:00
package.json Added codemirrors deps to website 2026-02-08 22:34:33 +01:00
README.md add codemirror package 2023-05-05 15:13:17 +02:00
slider.mjs Merge branch 'main' into block-based-eval-squashed 2026-01-18 13:09:00 +01:00
themes.mjs fix: adapt color-theme attribute on root based on theme 2026-01-20 00:59:43 +01:00
tooltip.mjs Add synonyms to autocomplete 2025-09-13 16:21:09 -05:00
vite.config.js remove cjs builds 2024-02-08 12:19:11 +01:00
widget.mjs block based eval 2025-12-23 01:47:06 -08:00

@strudel/codemirror

This package contains helpers and extensions to use codemirror6. See vite-vanilla-repl-cm6 as an example of using it.