awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
editablejs avatar

editablejs/editable

0
View on GitHub↗
1,806 stars·125 forks·TypeScript·Apache-2.0·30 viewsdocs.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 history

Star history chart for editablejs/editableStar history chart for editablejs/editable

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Editable

Similar open-source projects, ranked by how many features they share with Editable.
  • facebook/lexicalfacebook avatar

    facebook/lexical

    23,562View on 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
    View on GitHub↗23,562
  • prosemirror/prosemirrorProseMirror avatar

    ProseMirror/prosemirror

    8,690View on 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
    View on GitHub↗8,690
  • ueberdosis/tiptapueberdosis avatar

    ueberdosis/tiptap

    37,341View on 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
    View on GitHub↗37,341
  • slab/quillslab avatar

    slab/quill

    47,157View on 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
    View on GitHub↗47,157
See all 30 alternatives to Editable→

Frequently asked questions

What does editablejs/editable do?

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.

What are the main features of editablejs/editable?

The main features of editablejs/editable are: 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.

What are some open-source alternatives to editablejs/editable?

Open-source alternatives to editablejs/editable include: 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…

Curated searches featuring Editable

Hand-picked collections where Editable appears.
  • a headless cms for managing website content
  • Browser Rich Text Editor Frameworks