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

Summernote (Super simple WYSIWYG editor) adaptation for react

Results 73 react-summernote issues
Sort by recently updated
recently updated
newest added

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...

![image](https://github.com/summernote/react-summernote/assets/51395568/dcb40318-137b-431a-ba7e-7a6d485a06c8)

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. ![image](https://user-images.githubusercontent.com/121884657/218200243-d3ef9024-971c-4197-8742-6aec89beb955.png) I tried to edit the link, and I click the `Edit` button and the Edit Link Dialog was opened. But...