awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

22 dépôts

Awesome GitHub RepositoriesEditor Modules

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.

Awesome Editor Modules GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • afconsult/quill-mentionAvatar de afconsult

    afconsult/quill-mention

    851Voir sur GitHub↗

    Quill Mention is a module to provide @mentions or #hashtag functionality for the Quill rich text editor.

    Adds support for @mentions within the editor.

    TypeScript
    Voir sur GitHub↗851
  • kensnyder/quill-image-resize-moduleAvatar de kensnyder

    kensnyder/quill-image-resize-module

    483Voir sur GitHub↗

    A module for Quill rich text editor to allow images to be resized.

    Provides image resizing capabilities for editor content.

    JavaScript
    Voir sur GitHub↗483
  • soccerloway/quill-better-tableAvatar de soccerloway

    soccerloway/quill-better-table

    353Voir sur GitHub↗

    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.

    JavaScript
    Voir sur GitHub↗353
  • noeloconnell/quill-image-uploaderAvatar de NoelOConnell

    NoelOConnell/quill-image-uploader

    268Voir sur GitHub↗

    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.

    JavaScript
    Voir sur GitHub↗268
  • reedsy/quill-cursorsAvatar de reedsy

    reedsy/quill-cursors

    262Voir sur GitHub↗

    A collaborative editing module for the Quill text editor used by the Reedsy team.

    Enables multi-user cursor tracking within the editor.

    TypeScript
    Voir sur GitHub↗262
  • kensnyder/quill-image-drop-moduleAvatar de kensnyder

    kensnyder/quill-image-drop-module

    222Voir sur GitHub↗

    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.

    JavaScript
    Voir sur GitHub↗222
  • benwinding/quill-html-edit-buttonAvatar de benwinding

    benwinding/quill-html-edit-button

    174Voir sur GitHub↗

    Quill.js Module which allows you to quickly view/edit the HTML in the editor

    Allows users to view and edit raw HTML content.

    TypeScript
    Voir sur GitHub↗174
  • fandom-oss/quill-blot-formatterAvatar de Fandom-OSS

    Fandom-OSS/quill-blot-formatter

    144Voir sur GitHub↗

    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.

    JavaScript
    Voir sur GitHub↗144
  • visualjerk/quill-magic-urlAvatar de visualjerk

    visualjerk/quill-magic-url

    138Voir sur GitHub↗

    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.

    JavaScript
    Voir sur GitHub↗138
  • benwinding/quill-image-compressAvatar de benwinding

    benwinding/quill-image-compress

    125Voir sur GitHub↗

    Quill.js Module which compresses images that are uploaded to the editor

    Compresses images before they are inserted into the document.

    TypeScript
    Voir sur GitHub↗125
  • artem-schander/quill-paste-smartAvatar de Artem-Schander

    Artem-Schander/quill-paste-smart

    102Voir sur GitHub↗

    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.

    JavaScript
    Voir sur GitHub↗102
  • fabiancelik/rich-voice-editorAvatar de fabiancelik

    fabiancelik/rich-voice-editor

    90Voir sur GitHub↗

    Rich Voice Editor: Quill Rich Text Editor Enhancements to support SSML

    Adds SSML tags and functions for voice application development.

    JavaScript
    Voir sur GitHub↗90
  • weavy/quill-autoformatAvatar de weavy

    weavy/quill-autoformat

    73Voir sur GitHub↗

    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.

    JavaScript
    Voir sur GitHub↗73
  • volser/quill-table-uiAvatar de volser

    volser/quill-table-ui

    65Voir sur GitHub↗

    A module for table UI in Quill

    Provides a user interface for managing table structures.

    TypeScript
    Voir sur GitHub↗65
  • jspaine/quill-placeholder-moduleAvatar de jspaine

    jspaine/quill-placeholder-module

    40Voir sur GitHub↗

    Quill module for adding placeholders. Demo ` npm install --save quill-placeholder-module `

    Adds support for dynamic placeholders in the editor.

    JavaScript
    Voir sur GitHub↗40
  • muhammedalkhudiry/quill-find-replace-moduleAvatar de MuhammedAlkhudiry

    MuhammedAlkhudiry/quill-find-replace-module

    20Voir sur GitHub↗

    A module for Quill rich text editor to allow searching/finding words and replacing them.

    Adds find and replace functionality to the editor.

    JavaScript
    Voir sur GitHub↗20
  • park53kr/quill-markdown-toolbarAvatar de park53kr

    park53kr/quill-markdown-toolbar

    18Voir sur GitHub↗

    Quill.js module that converts pasted markdown to rich text formatting.

    Provides a toolbar for converting markdown to rich text.

    CSS
    Voir sur GitHub↗18
  • datananas/quill-placeholder-autocompleteAvatar de Datananas

    Datananas/quill-placeholder-autocomplete

    12Voir sur GitHub↗

    brings autocomplete to quill-placeholder-module

    Provides autocomplete functionality for placeholder modules.

    JavaScript
    Voir sur GitHub↗12
  • weavy/quill-formAvatar de weavy

    weavy/quill-form

    10Voir sur GitHub↗

    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.

    JavaScript
    Voir sur GitHub↗10
  • riencroonenborghs/quill-image-url-drop-moduleR

    riencroonenborghs/quill-image-url-drop-module

    0Voir sur GitHub↗

    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.

    Voir sur GitHub↗0
Préc.12Suivant
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Editor Modules