Skip to content

Instantly share code, notes, and snippets.

View brruoff's full-sized avatar

Bruno Ruoff brruoff

  • Blumenau/Brasil
View GitHub Profile
@brruoff
brruoff / summernote-pastclean.js
Created November 27, 2015 13:41 — forked from jasonbyrne/summernote-pastclean.js
Plugin for Summernote WYSIWYG editor that cleans up the pasted in content
/**
* Summernote PasteClean
*
* This is a plugin for Summernote (www.summernote.org) WYSIWYG editor.
* It will clean up the content your editors may paste in for unknown sources
* into your CMS. It strips Word special characters, style attributes, script
* tags, and other annoyances so that the content can be clean HTML with
* no unknown hitchhiking scripts or styles.
*
* @author Jason Byrne, FloSports <jason.byrne@flosports.tv>