-
Hi Joe,
Thank you so much for TiddlyRoam! It's a great tool! My question might be naive but I couldn't find any information online. Codemirror plugin seems not working with TiddlyRoam. The only inf…
-
Chris suggested we look at Code Mirror
-
Is there anyway to pass a string and highlight it in codemirror 6? Would i have to downgrade to the v3 of this package to get such functionality? Something similar to the runMode that was in previous …
-
replace `setTimeout(() => this.cm.refresh(), 0);`
with
```
import 'codemirror/addon/display/autorefresh';
...
componentDidMount() {
this.cm = CodeMirror.fromTextArea(this.editorRef.curre…
-
## Description
I faced this issue when trying to update a codemirror extension for JupyterLab 3: https://github.com/robocorp/robocode-kernel/pull/6
The line where the compilation issue appea…
-
Hi,
I'd like to add extraKeys to the CodeMirror configuration.
It's seems to be feasible in the advance settings editor, but it does not work (It has no effect). Is this feature working ?
Thi…
-
Hi,
I have the same problem as #1298. I know I can disable CodeMirror, but I found this:
http://stackoverflow.com/questions/12343922/codemirror-with-spell-checker
Do you think you could implement i…
-
example [here](https://github.com/cben/CodeMirror-MathJax) and [here](https://www.writelatex.com/670395dqhvvg#/1418131/)
-
I know this was closed, but looking back at: https://github.com/Mottie/Keyboard/issues/306
I want to be able to fix the backspace problem.
Something simple like this works using Codemirror command…
-
Within my angular component, how do I go about accessing CodeMirror methods such as CodeMirror.Pos() - similar to whats found in anyword-hint.js?
ghost updated
7 years ago