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

![螢幕截圖 2020-11-05 下午6 23 20](https://user-images.githubusercontent.com/5959642/98234031-d2faab80-1f9a-11eb-84d3-d7d8a3cb842c.png) May i know what this happends? "react": "^16.13.1", "react-summernote": "2.0.0", "bootstrap": "3.3.7",

Change Property name from `value` to `children`

When try to use the TSX file as `import ReactSummernote from 'react-summernote';` How can i create definition file for Summernote.jsx so that i dont get react-summernote module not found. and...

Hello @olezhek85, I see the old PR before that of you: https://github.com/summernote/react-summernote/pull/83/files I have some issue in console log when use this library I attached the file and the way...

Closes issue #65 Added support for `onChangeCodeView` callback. eg: {this.summernote = summernote}} onChange={this.summerNoteChange} onChangeCodeview={this.summerNoteChange} />

Could you please share documentation or sample for how to create custom button in react-summer-note

Hi ``` ``` Use the simple example. All text and inserts like tables and lists work good, but imageUpload, I mean base64 uploader doesn't work at all. Could you help...

In the installation instruction, configuration of Webpack is included: `new webpack.ProvidePlugin({` `$: "jquery",` `jQuery: "jquery"` `})` Since manual Webpack configuration is not allowed in create-react-app boilerplate of Facebook, I tried...

Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

i try using this on laravel react-app first i install it via npm install. after that i put the plugin config on webpack.mix.js (because laravel using this) ``` const mix...