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

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/uiwjs/react-codemirror). ## Config Migration Needed - [ ]...

Hi, my team is currently using this library and we have a requirement to invoke the `undo` and `redo` method in codemirror programmatically. How would I achieve that with this...

Hey I'm new to CM but I was having a lot of trouble getting the linter to work with this extension. Part of the problem was not great examples on...

Follow the instructions [here](https://raw.githack.com/uiwjs/react-codemirror/doc3/index.html) to the letter. Run the example > Module not found: Error: Package path ./keymap/sublime is not exported from package > Module not found: Error: Package path...

yarn build => ./node_modules/@codemirror/lint/dist/index.js TypeError: \node_modules\@codemirror\lint\dist\index.js: Property body expected type of array but got null just like this import React from 'react'; import CodeMirror from '@uiw/react-codemirror'; import { javascript }...

How do you get access to the codemirror editor instance so that you can use the api? For example [https://codemirror.net/doc/manual.html#api](https://codemirror.net/doc/manual.html#api) See ```js doc.markText(from: {line, ch}, to: {line, ch}, ?options: object)...

Is there a way to auto wrap when the text is reaching the maxWidth?

I don't know why but the spellCheck isn't working ` `

There is a scene: I need to hide the editor's line number and gutters, but I don't know how to do with it. If anyone could help will be thankful!

When I am trying to apply theme and mode its not working even i reduce the version of codemirror to 3.2.1