react-codemirror
react-codemirror copied to clipboard
CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/
I want to use react-codemirror in an editor that auto-resizes, but I still want to use a minimum height. Unfortunately, react-codemirror does set `height: '100% !important'` on the `.cm-scroller` element....
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://togithub.com/typicode/husky) | [`~8.0.0` -> `~9.0.0`](https://renovatebot.com/diffs/npm/husky/8.0.3/9.0.11) | [](https://docs.renovatebot.com/merge-confidence/)...
How to change font to one included in google fonts?
Css lint
How can I lint css code in editor with codemirror linter plugin?
Hi, Using 'tsc' CI there's issues about import not using type-only import when using 'verbatimModuleSyntax': true in tsconfig.json file. ``` $ tsc node_modules/@uiw/react-codemirror/src/getDefaultExtensions.ts:1:10 - error TS1484: 'Extension' is a type...
Trying to just outright disable the autocompletion on enter keymap, however, I am unable to, tried the following: ```ts ``` But tab and enter still indent and autocomplete respectively with...
after a `for` or `while` loop the indentation is acting weird, for the curly braces it is automatically indenting which I don't want, Been struggling with this issue for a...
Hi ! I'm trying to create a "bookmark" feature for my app but i'm stuck with event handling. The feature should work this way : -When the user type "#"...
I use 'uiwjs/react-codemmmirror' to write a 'json-editor' component, but I have no idea about how to lint code.Thanks
CodeMirror plugin crashed: TypeError: tags is not iterable maybe related to @lezer > Check if there were any 0.x versions of @codemirror of @lezer > packages kept back. This error...