awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
editablejs avatar

editablejs/editable

0
View on GitHub↗
1,806 星标·125 分支·TypeScript·Apache-2.0·3 次浏览docs.editablejs.com↗

Editable

Editable is a modular framework for building custom web-based rich text editors. It provides a structured environment for managing complex document content, including support for structured data like lists and grids, while maintaining an immutable tree representation to ensure predictable state manipulation.

The framework distinguishes itself through a collaborative engine that synchronizes document state across multiple users in real-time using operational transformation. It also features a plugin-based architecture that allows developers to intercept rendering and node behavior, enabling the injection of custom components and logic into the document structure.

The system includes a comprehensive toolkit for content transformation, facilitating the conversion of document data between HTML, Markdown, and plain text formats. It also incorporates a command-based history system to track user actions, providing precise undo and redo capabilities throughout the editing session.

Features

  • Rich Text Editors - Provides a modular framework for building custom rich text editing interfaces with structured content models.
  • Rich-Text Frameworks - Provides a modular framework for building custom web-based rich text editors with support for collaborative editing and structured content manipulation.
  • Workflow Document State Managers - Manages structured editor content and history tracking for complex document models.
  • Persistent Document Trees - Maintains document content as an immutable tree to ensure predictable state manipulation and efficient tracking.
  • Operational Transformation Systems - Synchronizes document state across multiple clients using atomic operations to ensure consistency.
  • Real-Time Collaborative Editing - Enables real-time simultaneous content creation and modification for multiple users within a shared workspace.
  • Document State Management - Maintains an immutable tree representation of document content to ensure predictable state manipulation and precise undo/redo history tracking.
  • Collaborative Editing Engines - Implements a collaborative engine for real-time multi-user document synchronization.
  • Markdown-HTML Content Converters - Provides utilities for converting document data between HTML, Markdown, and plain text formats.
  • Rich Text Content Serialization - Transforms editor data to and from standard web formats like HTML, text, and markdown.
  • Format Conversions - Facilitates bidirectional conversion between HTML, Markdown, and plain text for external system compatibility.
  • Editor Extensions - Supports building custom editor functionality by intercepting rendering and node behavior.
  • Command Patterns - Encapsulates user actions as discrete, reversible objects to provide precise undo and redo functionality.
  • Data Transformation Pipelines - Converts document content between formats like HTML and Markdown through modular serialization and parsing pipelines.
  • UI Feature Injection - Allows developers to inject custom components and logic by intercepting rendering and node behavior.
  • Undo-Redo Management - Tracks document changes to allow users to revert or re-apply previous actions during the editing session.
  • Editor Node Trees - Maps document nodes to UI components by decoupling the underlying data structure from the visual representation.

Star 历史

editablejs/editable 的 Star 历史图表editablejs/editable 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Editable 的精选搜索

收录 Editable 的精选合集。
  • 用于管理网站内容的 Headless CMS
  • 浏览器富文本编辑器框架

常见问题解答

editablejs/editable 是做什么的?

Editable is a modular framework for building custom web-based rich text editors. It provides a structured environment for managing complex document content, including support for structured data like lists and grids, while maintaining an immutable tree representation to ensure predictable state manipulation.

editablejs/editable 的主要功能有哪些?

editablejs/editable 的主要功能包括:Rich Text Editors, Rich-Text Frameworks, Workflow Document State Managers, Persistent Document Trees, Operational Transformation Systems, Real-Time Collaborative Editing, Document State Management, Collaborative Editing Engines。

editablejs/editable 有哪些开源替代品?

editablejs/editable 的开源替代品包括: facebook/lexical — Lexical is a modular rich text editor framework used to build extensible web-based editors. It functions as a… prosemirror/prosemirror — ProseMirror is a rich text editor framework and collaborative editing engine designed for building semantic content… ueberdosis/tiptap — Tiptap is a headless, modular framework designed for building custom rich-text editors. It provides a… slab/quill — Quill is a modular, web-based rich text editor designed for structured content authoring. It provides a comprehensive… red-axe/am-editor — This project is a framework for building real-time collaborative rich-text editing environments. It provides a… ckeditor/ckeditor5 — CKEditor 5 is a modular rich text editor framework and JavaScript UI component used to build customizable visual…

Editable 的开源替代方案

相似的开源项目,按与 Editable 的功能重合度排序。
  • facebook/lexicalfacebook 的头像

    facebook/lexical

    23,562在 GitHub 上查看↗

    Lexical is a modular rich text editor framework used to build extensible web-based editors. It functions as a state-driven content editor that maintains a serializable, immutable snapshot of document content to ensure predictable updates and accessibility compliance. The framework is distinguished by its plugin-based architecture and customizable node framework, which allow developers to extend editor behavior through specialized content nodes and encapsulated runtime logic. It also includes a collaborative editing engine capable of synchronizing document state across multiple clients in real

    TypeScript
    在 GitHub 上查看↗23,562
  • prosemirror/prosemirrorProseMirror 的头像

    ProseMirror/prosemirror

    8,690在 GitHub 上查看↗

    ProseMirror is a rich text editor framework and collaborative editing engine designed for building semantic content editors. It provides a toolkit for creating text interfaces where document structure is governed by a declarative, schema-driven model. The framework enables the development of editors that treat text as structured data rather than simple HTML, ensuring that document content remains semantically consistent through a strict schema. This architecture supports real-time collaborative editing to synchronize document changes across multiple users.

    JavaScript
    在 GitHub 上查看↗8,690
  • ueberdosis/tiptapueberdosis 的头像

    ueberdosis/tiptap

    37,341在 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
    在 GitHub 上查看↗37,341
  • slab/quillslab 的头像

    slab/quill

    47,157在 GitHub 上查看↗

    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

    TypeScripteditorquillrich-text-editor
    在 GitHub 上查看↗47,157
查看 Editable 的所有 30 个替代方案→