verbum
verbum copied to clipboard
Verbum is a fully flexible text editor based on lexical framework.
I figure this is not going to be the most popular feature request but it's hard to find an RTE that has a strong footnote feature, and I need it...
**Describe the bug** Trying to use Verbum in a Next.js project, I get the following error ``` Unhandled Runtime Error Error: Unable to find an active editor state. State helpers...
**Describe the bug** I am using react hook form in next.js. I have verbum component inside the form tag. Whenever I click on any editor button e.g. underline, heading etc....
**Describe the bug** The error when selecting the Code Block drop-down option is as follows: react-dom.development.js:4312 Uncaught Error: updateEditor: selection has been lost because the previously selected nodes have been...
Thanks for this library. The current version on NPM is 0.5.0, but you seem to have released 0.6.0 here and besides updated Lexical after 0.6.0 release. Do you plan to...
The css in this project isn't namespaced which means it's pretty much unusable to insert anywhere https://github.com/ozanyurtsever/verbum/blob/fccf4b1af0421e69f0bf05816f994e395cd990fc/src/EditorComposer.css#L308 One good example is `dropdown` which is a pretty generic style name to...
**Describe the bug** Error: parseEditorState: type "heading" + not found ``` const state = '{"root":{"children":[{"children":[{"detail":0,"format":0,"mode":"normal","style":"color: #000000;background-color: #ffffff;","text":"333888","type":"text","version":1}],"direction":null,"format":"","indent":0,"type":"heading","version":1,"tag":"h1"}],"direction":null,"format":"","indent":0,"type":"root","version":1}}' const newEditorState = newEditor.parseEditorState(state); ```
**Describe the bug** `emojisEnabled` does not seem to have any effect. **To Reproduce** Steps to reproduce the behavior: 1. Add `emojisEnabled` to the `Editor` component **Expected behavior** An emoji button...
Hi! Thank you for the lib. Is there a way to disable CharacterStylesPopupPlugin? Thanks!
Using the `` the html it generates after including a youtube video doesn't include the video... here's my onChange code ``` const handleChange = ( value: string, editorInstance?: LexicalEditor |...