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

Codemirror Component for React.js

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

Hello, I want to apply the defineMode function to extend an existing mode like this : Demo : https://codemirror.net/2/demo/mustache.html Code : https://github.com/codemirror/CodeMirror/blob/master/demo/mustache.html How can I do this ?

I have the following code to load a codemirror text area dynamically, changing the contents and styling based on the file: ``` var myCodeMirror = {}; function loadpage(filename) { $.ajax({...

Here is my codebase ... import 'codemirror/addon/hint/show-hint'; import 'codemirror/addon/hint/sql-hint'; import 'codemirror/addon/hint/show-hint.css'; // without this css hints won't show import 'codemirror/addon/search/match-highlighter'; import 'codemirror/addon/search/matchesonscrollbar'; import 'codemirror/addon/search/searchcursor'; import 'codemirror/addon/fold/foldcode'; import 'codemirror/addon/fold/foldgutter'; import 'codemirror/addon/fold/brace-fold';...

Hello. Thanks for this! Is it possible to use code hints? If yes, could you provide an example? Thanks!

We we having the same issues as described in https://github.com/JedWatson/react-codemirror/issues/121 and https://github.com/JedWatson/react-codemirror/issues/106. In our case, simply checking the next prop's value against the current code mirror value resolved the issue.

Hi, I want to use the following plugin with react codemirror https://github.com/artf/codemirror-formatting demo: https://codemirror.net/2/demo/formatting.html How to make the 'autoFormatRange' function available in CodeMirror instance Thanks

Our team loves this library and we are using v1.0.0 without any issues in a project with react and react-dom ~16.6.0. However, when installing the package, we are getting warnings...

There are currently [36 open issues](https://github.com/JedWatson/react-codemirror/issues), [7 open pull requests ](https://github.com/JedWatson/react-codemirror/pulls). A lot of users are seemingly holding out for all of this to be fixed. I created https://github.com/scniro/react-codemirror2 and...

Updated the installation instructions to include yarn

if i click the tree node i want set the value with treenode attr, how can i write it?