Awesome Quill
A curated list of awesome things related to Quill
Official Resources
Component Libraries
- Blazored TextEditor - Blazor version of Quill
- bootstrap-quill - Bootstrap 4 version of Quill
- ember-quill - A Quill Component for Ember.js
- ng-quill - Angular Directive for Quill rich text editor
- ngx-quill - Angular (>=2) component for rich text editor Quill
- ngx-quill-editor - Quill editor component for Angular2
- polymer-quill - Polymer Quill Rich Text Editor
- quill-element - Polymer Web Component of the awesome Quill richtext editor
- react-quill - A Quill component for React
- stencil-quill - Native web component for the Quill Rich Text Editor built with stencil
- vue-quill-editor - Quill editor component for Vue, supports SPA and SSR
- vue2-editor - A Quill component for Vue
Modules
- quill-autoformat - Module for transforming text including mentions, links and hashtags
- quill-better-table - A module for table editting, support resizing column, multiline cell, merging/unmerging cells
- quill-blot-formatter - A module for resizing and realigning images and iframe videos
- quill-cursors - A multi cursor module for Quill text editor
- quill-emoji - Quill module toolbar extension for emoji
- quill-focus - A Quill.js module that adds "focus mode"
- quill-form - Module for automatic form input and submit binding
- quill-find-replace-module - A module for Quill.js for finding words and replacing them
- quill-html-edit-button - A module to add a button which allows you to view/edit the raw HTML in the quill editor.
- quill-image-compress - A module to compress images before adding them to the editor.
- quill-image-drop-module - A module to allow images to be pasted and drag/dropped into the editor
- quill-image-resize-module - A module to allow images to be resized (not maintained: use quill-blot-formatter instead)
- quill-image-uploader - Upload image to server, adds toolbar button and handles dropped/pastes images
- quill-image-url-drop-module - A module to allow images' URLs to be drag/dropped into the editor
- quill-magic-url - Checks for URLs during typing / pasting and automatically converts them to links
- quill-markdown-shortcuts - Quill.js module that converts markdown to rich text formatting while typing
- quill-markdown-toolbar - A Quill.js module for converting markdown text to rich text format
- quill-mention - @mentions for the Quill rich text editor
- quill-paste-smart - Paste only supported HTML
- quill-placeholder-module - A quill module for adding placeholders
- quill-placeholder-autocomplete-module - brings autocomplete to "quill-placeholder-module"
- quill-rich-voice-editor - A Quill.js module for SSML tags and functions to build better voice applications
- quill-table-ui - A module for table UI
Deltas
- android-quill-delta - A Kotlin implementation of Delta
- md-to-quill-delta - Convert Markdown to Quill delta
- node-quill-converter Convert strings/html to a Quill delta or a delta to HTML in NodeJS
- quill-delta-parser - PHP library to render quill deltas to HTML, easy to extend when using custom delta code from plugins
- quill-delta-python - Python implementation of Delta with an optional extension to render HTML
- php-quill-renderer - Render quill insert deltas to HTML and Markdown
- quill-delta-to-html - Converts Quill's delta ops to HTML
- go-render-quill - A Go package to render Quill deltas into HTML
- quill-render - Renders quilljs deltas into HTML
- quilljs-renderer - Renders an insert-only Quilljs delta into various format like HTML
Other
- quill-dropzone - Provides Dropzone.js integration with Quill editor.
- quill-sharedb-cursors - Collaborative editing with multi cursors sync using Quill and ShareDB
- Ray - Desktop Quill based rich text editor for creating and organizing personal notes
- Superscript - Comic book script editor for Windows and macOS, built on Quill
- yii2-quill - Yii 2 implementation of Quill, modern WYSIWYG editor
Contributing
Please follow the Contributing Guidelines