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

Is there any way to record every key-down event when using the editor in my webapp?

When I use `CodeMirrorMerge` with `onChange` prop in the `CodeMirrorMerge.Original` component, the editor gets unfocused every time I change the value. It is happening since the 4.21.2 update.

I am working in a project requirement where i need to compare the config files from different deployment environment. I was searching for a difference editor and finalised with codemirror....

When using the component, I noticed that when I try to paste a value ontop of another value, the component doesn't detect a change. If the first value is deleted...

### Hello. Sorry but help me configure ` ` that is dynamic ini-format strings. Thanks. Regards.

I know that a toolbar is provided when using other markdown-editor libraries, but do I have to implement the toolbar myself within the codemirror library?

Now in tsconfig.json, it sets jsx 'react-jsx',this make JSX Syntax will be transformed to jsx,and jsx is referenced from 'runtime/react-jsx',but 'runtime/react-jsx' is not allowed in all React versions。When use [email protected],it...

The respository is 311MB, which is quite large. I bet there are some large files that have no business being tracked by git. ![image](https://github.com/uiwjs/react-codemirror/assets/68416/968ca25a-d483-4c0d-8747-d1ae1f4fa5ce)

![image](https://github.com/uiwjs/react-codemirror/assets/68416/8d29c574-f85a-4b2b-9ffb-3b5ed96b4d8c) I'm in the process of migrating the VizHub code editor from CodeMirror 5 to CodeMirror 6, and noticed that this repository has an _excellent_ collection of themes and a...

How to integrate vim keymaps in codemirror ?