react-codemirror icon indicating copy to clipboard operation
react-codemirror copied to clipboard

CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/

Results 178 react-codemirror issues
Sort by recently updated
recently updated
newest added

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...

![1](https://github.com/uiwjs/react-codemirror/assets/67351888/18b5ea34-021c-4a98-ab75-c70af84ac709) version: ![image](https://github.com/uiwjs/react-codemirror/assets/67351888/ddb715c7-b314-4a28-a21a-54180f9928d1) code: ![image](https://github.com/uiwjs/react-codemirror/assets/67351888/7a10d38b-a840-40f0-8ee5-b2faab50864e)

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...