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

Hi, I am using react-codemirror to show case php code in my application. Is it possible to highlight specific text in the code ? Example: In the below code, is...

Hello! It's not so clear how to use this lib with handlebars, if it is even possible, I see codemirror support it so why not? I couldn't find it in...

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

Hello. I noticed that Codemirror forcibly replaces my line breaks (`\r\n`) with (`\n)`. It does not depend on setting 'lineSeparator'. It replaces \r\n to \n always. Can I work with...

Hello, quick question here: There's a default line number that shows up, how could I add my custom gutter before the default line numbering? Many thanks,

I am trying to show a list of CodeMirrors, but when multiple of the component is loading in a list, it fails to properly handle state updates. Steps to reproduce...

demo

Hi, I am having an issue when trying to update some props from elsewhere in the app, that impact the value prop for CodeMirror. See the code below. There is...

Hi, I am currently using react-codemirror2 which is quite old and uses CodeMirror 5. With codemirror5 you can use multiplex.js to embed one language in another e.g. javascript inside HTML...

I set onBlur function on CodeMirror and change state (cursor is in edit box), at same time I use command+f to get a search box,CodeMirror will tell me 'Error: Calls...

help wanted