21 open-source projects similar to benwinding/quill-html-edit-button, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Quill Html Edit Button alternative.
Quill Mention is a module to provide @mentions or #hashtag functionality for the Quill rich text editor.
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…
Quill.js Module which compresses images that are uploaded to the editor
Module extension for Quill.js that handles emojis in the toolbar. Through this extension, you can add emojis through the toolbar at the top, or by typing the emoji code.
brings autocomplete to quill-placeholder-module
Rich Voice Editor: Quill Rich Text Editor Enhancements to support SSML
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.
Quill module for adding placeholders. Demo ` npm install --save quill-placeholder-module `
A module for Quill rich text editor to allow images to be pasted and drag/dropped into the editor.
A module for Quill rich text editor to allow images to be resized.
A module for Quill rich text editor to allow searching/finding words and replacing them.
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.
Quill.js module that converts pasted markdown to rich text formatting.
This package is a Quill.js module that converts markdown on the fly to formatted rich text.
A collaborative editing module for the Quill text editor used by the Reedsy team.
A module for Quill rich text editor to allow images' URLs to be drag/dropped into the editor.
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.
Checks for URLs and mail addresses during typing and pasting and automatically converts them to links and normalizes the links URL.
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
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.