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
·
slab avatar

slab/quill

0
View on GitHub↗
47,157 stars·3,654 forks·TypeScript·BSD-3-Clause·21 vuesquilljs.com↗

Quill

Quill is a modular, web-based rich text editor designed for structured content authoring. It provides a comprehensive toolkit for building tailored editing experiences, allowing developers to manage document state, handle user input, and synchronize content through a predictable, serializable data model.

The editor distinguishes itself through a custom document abstraction that maps the browser DOM to a structured tree of nodes, ensuring consistent behavior across different environments. It utilizes an operational change tracking system that represents all document modifications as a sequence of insert, delete, and retain operations. This architecture is supported by a registry-driven framework that allows for the extension of document formats, styling rules, and media types, providing granular control over how content is represented and rendered.

The system features an event-driven module architecture, enabling developers to extend functionality through independent units that listen to the editor lifecycle. This includes robust support for custom keyboard bindings, contextual input handling, and content normalization for pasted HTML. The editor also provides extensive configuration options for visual themes, toolbar controls, and history management, allowing for deep integration into professional content creation applications.

Features

  • Rich Text Editors - A web-based interface for creating and editing formatted content that provides a structured document model for consistent data representation.
  • Rich Text Editors - Provides a comprehensive interface for users to format text, embed media, and structure complex documents within web applications.
  • Operational Transformation Systems - The editor describes document modifications using insert, delete, and retain operations to monitor content changes, apply formatting updates, or remove existing text.
  • Editor Components - Provides programmatic control over editor focus, input states, and document model synchronization.
  • Editor Toolkits - A collection of configurable modules, themes, and keyboard bindings that enable the construction of tailored editing experiences for web applications.
  • Operational Transformation Formats - Content is stored as a sequence of insert, delete, and retain operations to provide a predictable and serializable document model.
  • Content Architecture and Modeling Tools - Provides specialized environments for defining and manipulating custom document data structures and content representations.
  • Content Sharing and Embedding - Enables the insertion of rich media elements like images, videos, and mathematical formulas directly into the document flow.
  • Operational Transformation Engines - A data-driven system that tracks document modifications through a sequence of insert, delete, and retain operations for precise content management.
  • Editor APIs - Provides programmatic access to document models, line retrieval, and element indexing within the editor environment.
  • Editor Configurations - The editor allows adjusting behavior including UI boundaries, logging levels, text formats, placeholder text, read-only states, and visual themes by passing a configuration object.
  • Editor Event Handlers - Provides a robust API for subscribing to and processing granular editor events like text modifications and selection updates.
  • Editor Extensions - Provides APIs and architectural support for creating custom functionality and specialized UI components within text editors.
  • Keyboard Shortcuts - Implements custom keyboard-driven commands and context-aware editing behaviors to streamline power-user workflows.
  • Document Models - Provides a structured tree abstraction that maps browser DOM nodes to a consistent internal model for reliable document editing.
  • Document Object Models - The editor uses a custom class hierarchy to represent and manipulate document elements as discrete objects within the internal model.
  • Registry-Driven Architectures - Implements a central registry to dynamically map document formats to custom classes and DOM representations for extensible content handling.
  • Undo-Redo Management - The editor performs undo or redo operations, clears the history, or forces a break in change merging to manage the user's editing timeline.
  • Document Schema Definitions - The editor enables defining available styling and structural elements by registering specific document formats to a custom registry for rendering.
  • Editor Extension Frameworks - Provides a structured API for building and integrating custom modules to extend editor functionality.
  • Rich Text Editors - Provides a custom document model and editing logic to ensure consistent data and predictable behavior in rich text environments.
  • Text Formatting Utilities - Provides functionality to apply inline styles like bold, italic, and color to specific text ranges within an editor.
  • Standalone Editors - Modern, extensible rich text editor focused on compatibility.
  • Markdown 编辑器 - Listed in the “Markdown 编辑器” section of the Great Open Source Project awesome list.
  • Editor Modules - The editor supports expanding functionality using built-in modules and themes to meet common requirements without writing custom code for standard features.
  • Syntax Highlighting - The editor integrates syntax highlighting libraries to automatically detect and style code blocks within the document.
  • Document Formatting Frameworks - A modular architecture that allows developers to define custom document structures, styling rules, and media types through a registry system.
  • Plugin Architectures - Independent functional units register as listeners to the editor lifecycle to extend capabilities without modifying the core engine.
  • Contextual Input Handlers - The editor creates context-aware editing behaviors by restricting keyboard event handlers to specific states like selection length, line content, or cursor position.
  • Toolbar Components - The editor defines buttons, dropdowns, and grouped control sets using arrays or custom containers to match specific formatting requirements.
  • Document Format Extensions - The editor supports customizing document formats by modifying their underlying node representations or overriding formatting logic using custom classes to change content structure.
  • Keyboard Shortcut Managers - A centralized handler system maps key combinations to specific actions based on the current selection state and document context.
  • Clipboard Transformation Rules - The editor intercepts and transforms pasted HTML nodes or text into internal formats by registering custom matcher functions based on CSS selectors or node types.
  • Content Attributors - The editor enables modifying existing attributors by updating properties like whitelists to support custom values such as additional font families or specific styling rules.
  • Editor Themes - The editor allows applying unique visual styles or building custom UI components by utilizing existing themes or creating an unstyled instance with custom CSS.
  • Markup Formatting Engines - The editor provides a choice between class-based or inline-style formatting by registering specific attributors to control how the system generates markup.
  • Selection Management APIs - The editor gets or sets the current selection range, calculates pixel bounds for specific content, and scrolls the selection into the visible viewport.

Historique des stars

Graphique de l'historique des stars pour slab/quillGraphique de l'historique des stars pour slab/quill

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Quill

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Quill.
  • ueberdosis/tiptapAvatar de ueberdosis

    ueberdosis/tiptap

    37,341Voir sur GitHub↗

    Tiptap is a headless, modular framework designed for building custom rich-text editors. It provides a developer-focused abstraction layer over a structured document model, allowing for full control over the underlying schema through a plugin-based architecture. By separating document state management from the user interface, it enables the creation of tailored editing experiences that remain framework-agnostic. The project distinguishes itself through a robust collaborative engine that supports real-time multi-user editing, conflict resolution, and presence tracking. It integrates artificial

    TypeScripteditorjavascriptjs
    Voir sur GitHub↗37,341
  • ckeditor/ckeditor5Avatar de ckeditor

    ckeditor/ckeditor5

    10,435Voir sur GitHub↗

    CKEditor 5 is a modular rich text editor framework and JavaScript UI component used to build customizable visual editors. It serves as a system for generating HTML or Markdown content, providing both full rich-text editor components and restricted inline editor components for web applications. The framework includes a collaborative editing engine for real-time simultaneous editing, change tracking, and threaded commenting. It features an AI text assistant for polishing, rewriting, and generating content, as well as a document export engine that transforms rich text into PDF and Word files. T

    JavaScriptckeditorckeditor5contenteditable
    Voir sur GitHub↗10,435
  • codex-team/editor.jsAvatar de codex-team

    codex-team/editor.js

    31,528Voir sur GitHub↗

    Editor.js is a block-style rich text editor that organizes document content into an ordered array of independent, modular data objects. By replacing monolithic HTML strings with a structured, machine-readable JSON format, it decouples the content creation process from the final presentation layer. The editor functions as a browser-based orchestration layer that manages user input, focus, and state synchronization across individual blocks. Its architecture is built on a plugin-driven system where external modules register themselves to handle specific content types, providing custom rendering

    TypeScriptcodex-editoreditorjavascript
    Voir sur GitHub↗31,528
  • tinymce/tinymceAvatar de tinymce

    tinymce/tinymce

    16,214Voir sur GitHub↗

    TinyMCE is a JavaScript rich text editor and WYSIWYG HTML editor that provides a visual interface for creating and formatting content within web applications. It functions as an extensible editor framework and web content management UI, allowing users to author and style documents through a browser-based interface. The project is distinguished by a plugin-based extension system and a public API that enable the addition of custom capabilities and modifications to the visual interface. It utilizes a framework-agnostic core, providing dedicated integration for React, Vue, and Angular. The syste

    TypeScript
    Voir sur GitHub↗16,214
Voir les 30 alternatives à Quill→

Questions fréquentes

Que fait slab/quill ?

Quill is a modular, web-based rich text editor designed for structured content authoring. It provides a comprehensive toolkit for building tailored editing experiences, allowing developers to manage document state, handle user input, and synchronize content through a predictable, serializable data model.

Quelles sont les fonctionnalités principales de slab/quill ?

Les fonctionnalités principales de slab/quill sont : Rich Text Editors, Operational Transformation Systems, Editor Components, Editor Toolkits, Operational Transformation Formats, Content Architecture and Modeling Tools, Content Sharing and Embedding, Operational Transformation Engines.

Quelles sont les alternatives open-source à slab/quill ?

Les alternatives open-source à slab/quill incluent : ueberdosis/tiptap — Tiptap is a headless, modular framework designed for building custom rich-text editors. It provides a… ckeditor/ckeditor5 — CKEditor 5 is a modular rich text editor framework and JavaScript UI component used to build customizable visual… codex-team/editor.js — Editor.js is a block-style rich text editor that organizes document content into an ordered array of independent,… tinymce/tinymce — TinyMCE is a JavaScript rich text editor and WYSIWYG HTML editor that provides a visual interface for creating and… yabwe/medium-editor — This project is a browser-based JavaScript library that transforms standard web elements into inline, WYSIWYG rich… wangeditor-team/wangeditor — wangEditor is a JavaScript-based web rich text editor and WYSIWYG interface used for composing formatted documents…