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

Codemirror integrated components for React

Results 107 react-codemirror2 issues
Sort by recently updated
recently updated
newest added
trafficstars

your codemirror version is last version ? last codemirror is 6

I've been struggling with how to make js-yaml to work with my Codemirror component but no luck so far: // const jsyaml = require("js-yaml"); // import * as jsyaml from...

I’m trying to create an input widget for everytime a line number in the gutter is clicked. Presently, I’m able to pass the function addInputLineWidget onCursor change, and so every...

@fongandrew @elsigh @mattjared @drewswaycool

Hello @scniro ! Thanks for all the great work with this package. Lots of people use it :heart: though it seems like there hasn't been any activity in a fair...

Hello! Is there currently anyway to pass [data attributes](https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes) to this component? These are helpful when writing tests. Are you accepting PRs?

This package seems dead and pull requests to update dependencies are not being accepted. I've found a better solution in [codemirror 6](https://github.com/codemirror/codemirror.next). It's fully typed, tree-shakable, in-development, and is framework-agnostic....

This package seems dead and pull requests to update dependencies are not being accepted. I've found a better solution in [codemirror.next](https://github.com/codemirror/codemirror.next). It's fully typed, tree-shakable, in-development, and is framework-agnostic. It...

Hello, I'm currently building app based on react-codemirror2 and reactstrap. I have editor component inside Collapse component. Unfortunately with this setup, editor component is always blank until I click on...

help wanted

Currently, component updates are [being ignored](https://github.com/scniro/react-codemirror2/blob/master/src/index.tsx#L590) ``` /** @internal */ public shouldComponentUpdate(nextProps, nextState) { return !SERVER_RENDERED } ``` This means that any update to event handlers just straight up don't...

help wanted