strudel/packages/codemirror
Felix Roos b5720355f9 fix: allow multiple visuals for the same pattern
+ using .tag function instead of single .id
2024-03-28 09:31:12 +01:00
..
themes make labeled statements look good on custom themes 2024-03-17 02:29:48 +01:00
autocomplete.mjs fix: autocomplete / tooltip code example bug 2024-01-09 22:34:16 +01:00
codemirror.mjs simplify draw plumbing 2024-03-28 06:25:24 +01:00
flash.mjs - make codemirror package more capable 2023-12-14 09:42:25 +01:00
highlight.mjs move color to hap value 2024-03-23 00:20:00 +01:00
html.mjs hotfix: fix build error 2023-12-27 13:28:20 +01:00
index.mjs can now load claviature as a codemirror widget 2024-03-14 23:49:38 +01:00
keybindings.mjs fix: improve last fix by using Prec.highest 2023-12-15 00:07:08 +01:00
package.json move widget registry to codemirror package 2024-03-15 10:00:07 +01:00
README.md add codemirror package 2023-05-05 15:13:17 +02:00
slider.mjs move stuff for less changes 2024-03-17 04:36:48 +01:00
themes.mjs fix: redundant style injections for multiple repls 2023-12-16 12:37:16 +01:00
tooltip.mjs hotfix: fix build error 2023-12-27 13:28:20 +01:00
vite.config.js remove cjs builds 2024-02-08 12:19:11 +01:00
widget.mjs fix: allow multiple visuals for the same pattern 2024-03-28 09:31:12 +01:00

@strudel/codemirror

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