Custom module for Quill.js to allow user to change url format, to set nested list items as quill format and to handle table format when copy and paste from their file system, ms word and google docs into the editor
bower install quill-paste-handler
var quill = new Quill('#quill-editor', {
//...
modules:{
pasteHandler: true
},
theme: 'snow'
});
Please check out our contributing guidelines.