-
If https://github.com/codemirror/CodeMirror/pull/5891 passes.
-
Just like the `TextField`, we want a widget to input text, but with syntax highlighting!
We should use CodeMirror 5 for this (not 6, too tricky): https://codemirror.net/
There should be a parame…
fonsp updated
2 years ago
-
I think I have this worked out. Given the following text:
`* ~em~`
Codemirror expects this chain of events from token
1. stream.next()
2. return 'li'
3. stream.next()
4. stream.next()
5. return 'em l…
-
Originally reported on Google Code with ID 5353
```
In my experience, Codemirror2 offers better useability than Orion editor. Bracket matching,
for example is much less intrusive and better implement…
-
### Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please describe.…
-
Hi there,
I've run into an error with this Svelte library. When I try to build my project, I get an error saying that `./CodeMirror.svelte` is missing.
Here's the entire error log:
```
[comm…
-
Hello, I'd like to start by complimenting your work, and I have a quick question. I'm having trouble implementing CodeMirror 6 into the editor. In version 5, all I needed to do was write `codeMirror: …
-
Also add/enable existing features like
- auto-completion
- bracket matching/closing
- additional keybindings (sublime, emacs)
- etc
-
Right now we're on Version 5.31.0 released 20-10-2017. Upstream is now Version 5.46.0 released 22-04-2019. I ask because there is an issue with the preview for urls with underscores in them (opens a…
-
The text-only opengist is ideal for hosting configuration files. So, it would be very helpful to create & edit configurations if the shortcut Ctrl+/ could be used to quickly comment/uncomment selected…