Skip to content

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages