From bd8cd2e0dcf40c6d9dbfe1c4b627101aaed8ac24 Mon Sep 17 00:00:00 2001 From: kyoncy Date: Mon, 20 Sep 2021 07:28:34 +0900 Subject: [PATCH] Add quill-linkify to modules list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 697771c..8aae203 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ A curated list of awesome things related to Quill - [quill-image-resize-module](https://github.com/kensnyder/quill-image-resize-module) - A module to allow images to be resized (not maintained: use quill-blot-formatter instead) - [quill-image-uploader](https://github.com/NoelOConnell/quill-image-uploader) - Upload image to server, adds toolbar button and handles dropped/pastes images - [quill-image-url-drop-module](https://github.com/riencroonenborghs/quill-image-url-drop-module) - A module to allow images' URLs to be drag/dropped into the editor +- [quill-linkify](https://github.com/kyoncy/quill-linkify) - Automatically convert URL, mail address, phone number to links. - [quill-magic-url](https://github.com/visualjerk/quill-magic-url) - Checks for URLs during typing / pasting and automatically converts them to links - [quill-markdown-shortcuts](https://github.com/patleeman/quill-markdown-shortcuts) - Quill.js module that converts markdown to rich text formatting while typing - [quill-markdown-toolbar](https://github.com/park53kr/quill-markdown-toolbar) - A Quill.js module for converting markdown text to rich text format