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

Would you please update react-summernote's dependency: summernote, right now we are not able to get access to functionalities which are made in summernote in the latest version. Currently, react-summernote uses...

I was trying to copy and paste formatted content with images but it is only pasting text format. ``` { this.summernoteComponentRef = el }} /> ``` This is preview of...

I was getting errors when installing this plugin, particularly linked to bootstrap and jquery. I managed to solve them. Here is how. I installed the modules jquery, and bootstrap (not...

I tried adding a script for a plugin to the bottom of my react app, but it's not picked up when I add it to the plugins in React I...

Insert Row or Column into Table not there in react-summernote. But it's available in latest version of summernote-0.8.9. Please refer [http://jsfiddle.net/XavD/59renkv7/](http://jsfiddle.net/XavD/59renkv7/) to check the availability. Can we have it in...

![image](https://cloud.githubusercontent.com/assets/19987329/19182695/23a3929e-8ca7-11e6-92f4-13bdc3b063a9.png) I want to know how to resolve . Or tell me the implementation approach. textarea diplay:none can foucs

I try use @StanleySong [solution(),](https://github.com/summernote/react-summernote/issues/12) But i get another error `$node.attr(...).tooltip is not a function TypeError: $node.attr(...).tooltip is not a function at http://localhost:3002/_next/-/page/blog-release.js:89923:10 at Renderer.render (node_modules/react-summernote/dist/react-summernote.js:11815:0) at http://localhost:3002/_next/-/page/blog-release.js:89867:17 at Array.forEach...

Hi all. I have a question. Is that possible to change "Linethrough" tags from `` as it is at the moment to `` by props or some configuration?

Hi all, trying to use react-summernote in my project, everything seems to work good except one tiny problem. Once you click any toolbar button (bold/italic/...) the button doesn't get "active"...

Hi, I'm currently running npm build for my project. But it is failing due to React-Summernote requires Bootstrap. However, Summernote removed it on version 0.8.9. ``` [email protected] /home/lee/workspace/ ├── UNMET...