UNPKG

quill-magic-url

Version:

Checks for URLs during typing and pasting and automatically converts them to links.

8 lines (7 loc) 134 B
var quill = new Quill('#editor', { theme: 'snow', modules: { magicUrl: true }, placeholder: 'Paste or type a url ...' });