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

Plugin for Summernote that adds a Button and/or Paste functionality for cleaning MS Word Crud from editor text

Results 9 summernote-cleaner issues
Sort by recently updated
recently updated
newest added

Latest master give the following error with paste command (paste from Word or even copy and paste from Summernote itself). Tested with Summernote 0.8.18 and 0.8.20. [Error] TypeError: undefined is...

Hi, I put the script In firefoox browser it works perfectly, paste from WORD But via Chrome, the words stay together

![Screenshot 2022-07-28 at 16-57-43 Tambah Berita › Localhost 8000](https://user-images.githubusercontent.com/71816042/181478391-7c7ba753-822a-4da4-b8a6-1ed9e8f63dd5.png) badTags: ['applet', 'col', 'colgroup', 'embed', 'noframes', 'noscript', 'script', 'style', 'title'], //Remove full tags with contents, badAttributes: ['bgcolor', 'border', 'class', 'dir', 'cellpadding',...

- Generated HTML contains all kinds of inline styles - https://github.com/summernote/summernote/issues/439 - Validate HTML - https://github.com/summernote/summernote/issues/953

Resolved an issue where text was being inserted into the code view was the orignal text while the html inserted into the editor was the cleaned html. Running the function...

All of the limit management functionality is using the text without HTML, yet any form submission is going to include that HTML and therefore exceed back-end max length limits. I...

Hi, Thanks for a great utility! I was wondering if you're open to publishing tags (and maybe releases) on this repo? This will allow installing a specific version using npm,...

The tagStripper RegExp for badTags can backtrack catastrophically if the content is very large, and if no closing tag exists (such as a `meta` tag). https://github.com/DiemenDesign/summernote-cleaner/blob/ee248b92f047bdcfb30007b31a047d78253ae814/summernote-cleaner.js#L217-L218

I think one comma was missing in the array.