Quill Paste Handler

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

Depedency

quilljs-table

Installation

bower install quill-paste-handler

Usage

Webpack/ES6

var quill = new Quill('#quill-editor', {
        //...
        modules:{
            pasteHandler: true
        },
        theme: 'snow'
    });

Contributing

Please check out our contributing guidelines.