react-codemirror
react-codemirror copied to clipboard
CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/
hello. If I drag and drop the image directly into the codemirror, I would like it to be uploaded using ()[image s3 link]. Is this impossible? How can I easily...
How to dynamically set scroll for CodeMirror component? I use ref + querySelector('.cm-scroller'), but is there a better way?
how to dynamic change font-family
TS2322: Type 'LanguageSupport | StreamLanguage | null' is not assignable to type 'Extension'.
for example clicking `edit` button and want to focus will be on last element. Thanks!
I'm adding a classname to a specific line in the codemirror using classnameExt function provided by uiw codemirror. I have access to the classname and the line number of the...
I cannot find any method to clear history (to prevent Ctrl+Z in some cases) It seems that CodeMirror 6 suggests doing `editor.setState(...)` with a new state, but in this library...
 version:  code: 
Hello! I get the same problem with these themes as here: https://github.com/vadimdemedes/thememirror/issues/8#issuecomment-1826283539 I cannot see the selection on the current line. Is it related to that update that @marijnh mentioned...
I'm currently using react-codemirror-merge and would like to detect onChange events or subscribe to value changes. Is there a way to achieve this functionality? Any insight or suggestions on how...