-
### Describe the issue
I'm developing the collaborative markdown editor with codemirror.
https://github.com/user-attachments/assets/c9ff0434-1658-4921-b0da-0cdd51b28467
However, there are follo…
-
[codemirror-sos.ts](https://github.com/vatlab/jupyterlab-sos/blob/master/src/codemirror-sos.ts) implements a CodeMirror 5 -style stream highlighter for sos. Since CodeMirror 6 uses a totally different…
-
Currently, our code rendering system is built in-house using Shiki for code highlighting. Some features we've added on top of this are:
- Support for rendering diffs (green/red background for line…
-
Any plans regarding upgrading to CodeMirror 6 ?
-
https://codemirror.net/doc/manual.html#addon_lint
https://codemirror.net/addon/lint/lint.js
https://codemirror.net/addon/lint/html-lint.js
-
# Issue
When building a project with Vite, both the "worker" and "main" threads generate very large bundles, presumably including all of typescript:
```
static/target/assets/typescript_worker-CanckLW…
-
My package.json
"@ctrl/ngx-codemirror": "^5.1.1",
"@types/codemirror": "5.60.5",
"codemirror": "^6.0.1",
```
Error: node_modules/@ctrl/ngx-codemirror/codemirror.component.d.ts:4:1…
-
![image](https://github.com/user-attachments/assets/0d96f493-2788-4440-8a77-bcd72124821e)
This can be confusing when one wants to replace keys.
-
### Problem
After upgrading from 3.6.4 to 4.0.9 I found some unpleasant visual changes, that made me rollback.
For instance, the square and curly braces are too faded, the spaces between …
-
**What happened**:
When a Snapshot Event occurs in CodeMirror, it overwrites the content within the editor with Snapshot data and moves the cursor based on Presence. However, several issues are obs…