react-codemirror
react-codemirror copied to clipboard
Codemirror Component for React.js
Hi how can I beautify code? like [this](https://codemirror.net/2/demo/formatting.html)
Hi, First of all, thank you. I when enable lineNumbers: true in code, line numbers showing to output. Please see screenshot https://imgur.com/nGfIqcy thx
hi,first, thanks for react-codemirror There's a codemirror merge demo on the official website. https://codemirror.net/demo/merge.html#
I'd like to take advantage of the [Placeholder addon](http://codemirror.net/demo/placeholder.html). This requires adding a `placeholder` attribute to the `textarea`. Can this react-codemirror component be extended to include the ability to add...
hi, I have tried to apply different themes, i can see only background change working, but code syntax, keywords highlighting not working. Editor is part of webapp, could you please...
Any other alternatives?
Seems like the call to `focus()` only happens in the Controlled version.
I want to use the customized styling defined in the Codemirror docs [here](https://codemirror.net/doc/manual.html#styling), but it works by overriding CSS classes in stylesheets. I wanted to know if there is a...
My codes: ``` ```