22 Repos
Extensions and plugins that add specific functionality to the editor instance.
Explore 22 awesome GitHub repositories matching part of an awesome list · Editor Modules. Refine with filters or upvote what's useful.
Quill Mention is a module to provide @mentions or #hashtag functionality for the Quill rich text editor.
Adds support for @mentions within the editor.
A module for Quill rich text editor to allow images to be resized.
Provides image resizing capabilities for editor content.
A module for better table in Quill, more useful features are supported. There is a list of features below. Thanks quilljs for its awesome extensibility. Hope that quill-better-table could help you.
Adds advanced table editing with resizing and merging capabilities.
A module for Quill rich text editor to allow images to be uploaded to a server instead of being base64 encoded. Adds a button to the toolbar for users to click, also handles drag,dropped and pasted images.
Handles image uploads to a server via toolbar or drop.
A collaborative editing module for the Quill text editor used by the Reedsy team.
Enables multi-user cursor tracking within the editor.
A module for Quill rich text editor to allow images to be pasted and drag/dropped into the editor.
Enables drag-and-drop functionality for images.
Quill.js Module which allows you to quickly view/edit the HTML in the editor
Allows users to view and edit raw HTML content.
A quill module to format document blots. Heavily inspired by quill-image-resize-module. Out of the box supports resizing and realigning images and iframe videos, but can be easily extended using BlotSpec and Action.
Provides resizing and alignment tools for images and media.
Checks for URLs and mail addresses during typing and pasting and automatically converts them to links and normalizes the links URL.
Converts typed or pasted URLs into clickable links automatically.
Quill.js Module which compresses images that are uploaded to the editor
Compresses images before they are inserted into the document.
This plugin extends the default clipboard module of Quill.js to prevent users from pasting HTML that does not belong into the editor. To do so it looks into the toolbar configuration and decides which tags and attributes are allowed based on the possible formats. However, you can also decide on…
Filters pasted content to only allow supported HTML.
Rich Voice Editor: Quill Rich Text Editor Enhancements to support SSML
Adds SSML tags and functions for voice application development.
Module for transforming and formatting text as you type or paste in Quill. Using RegExp to find and trigger transformations for text such as links, mentions, hashtags or emojis. Out of the box support for: - Links - Hashtags - Mentions
Automatically formats text for mentions, links, and hashtags.
A module for table UI in Quill
Provides a user interface for managing table structures.
Quill module for adding placeholders. Demo ` npm install --save quill-placeholder-module `
Adds support for dynamic placeholders in the editor.
A module for Quill rich text editor to allow searching/finding words and replacing them.
Adds find and replace functionality to the editor.
Quill.js module that converts pasted markdown to rich text formatting.
Provides a toolbar for converting markdown to rich text.
brings autocomplete to quill-placeholder-module
Provides autocomplete functionality for placeholder modules.
Module for simple form and input field bindings in Quill. Automatically creates hidden input fields for a form and adds submit handling and submit by key (⌘/Ctrl+S). You may also specify your own custom input fields. It creates fields for text, html and delta.
Handles automatic form binding and submission for editor content.
A module for Quill rich text editor to allow images' URLs to be drag/dropped into the editor.
Allows dragging and dropping image URLs into the editor.