react-editor-js
react-editor-js copied to clipboard
⚛️📝The unofficial editor-js component for React
## Support TypeScript - `createReactEditorJS` is exported as `any` (not a big deal) - `ReactEditorJS` is exported as `any` (a big deal)
Hello. This module doesn't support server side rendering. When building on Netlify or on local production, I get an error that says "'window' is not available during server side rendering",...
### Environment - @editorjs/editorjs version: 2.23.2 - react-editor-js version: 2.x ### Describe I wanted to switch from 1.10.0 to 2.x but I cannot access the the editorjs core api anymore....
I'm trying to implement different behavior in a comment box: allowing Enter to create a new block and Ctrl+Enter to post eh comment. Actually, there's no info about the pressed...
- @editorjs/editorjs version: x.y.z - react-editor-js version: x.y.z - vite ### Bug discription after building Uncaught ReferenceError: require is not defined createReactEditorJS
### Environment - @editorjs/editorjs version: x.y.z - react-editor-js version: x.y.z ### Describe In documentation you state to use handleSave, but then you do not attach it anywhere
## PR Type - [ ] Bug Fix - [ ] Feature Request ## Description Fixed small typo in the `README.md`.
### Environment - @editorjs/editorjs version: 2.28.2 - react-editor-js version: 2.1.0 ### CodeSandbox https://codesandbox.io/p/sandbox/react-editor-js-v2-forked-rpg3yt ### Describe Using `react-editor-js` with `react-router-dom` v6.20.1 displays the editor for a split second, then it's removed....
Fix issue with _editorJs core client not having render method available yet when re-rendering wrapper. ## PR Type - [x] Bug Fix - [ ] Feature Request ## Description Under...
Let's say I want to add an input text that allows entering only numbers. How I would do that? I saw in the editor.js docs a way to create a...