react-summernote
react-summernote copied to clipboard
Summernote (Super simple WYSIWYG editor) adaptation for react
Hello! Do you have a plans for including this merge-request? https://github.com/summernote/summernote/pull/2578 When this commits will included in react-summernote?
I am trying to use react-summernote for our project, but cannot even run the simple sample follow README and some related issues. Below is my code and error content. Does...
Hello, I would like to be able to link an image to a particular url. Additional option in image popover. Is it possible to integrate https://github.com/StudioJunkyard/summernote-image-attributes with react summernote? Thanks.
Select a paragraph ,then set left alignment invalid. But set the right alignment at first and then set the left alignment will works. In the original site [http://summernote.org/](url) set left...

Can it support React v16?
Fix for insertText behavior. In the current version, you can only insert text at the beginning. I add 2 lines `this.editor.summernote('restoreRange');` `this.editor.summernote('saveRange');` This allows to insert text at the last...
There are static methods insertText and insertNode. Is it possible to insertText or insertNode at the caret position? I do the next: ` const onInsertText = text => { ReactSummernote.insertText(text);...
I added a link on the summernote text editor.  I tried to edit the link, and I click the `Edit` button and the Edit Link Dialog was opened. But...