awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
editablejs avatar

editablejs/editable

0
View on GitHub↗
1,806 stele·125 fork-uri·TypeScript·Apache-2.0·3 vizualizăridocs.editablejs.com↗

Editable

Editable este un framework modular pentru construirea de editoare de text bogat (rich text) bazate pe web. Oferă un mediu structurat pentru gestionarea conținutului complex al documentelor, inclusiv suport pentru date structurate precum liste și grile, menținând în același timp o reprezentare de arbore imutabil pentru a asigura manipularea previzibilă a stării.

Framework-ul se distinge printr-un motor colaborativ care sincronizează starea documentului între mai mulți utilizatori în timp real folosind transformarea operațională (OT). Dispune, de asemenea, de o arhitectură bazată pe plugin-uri care permite dezvoltatorilor să intercepteze randarea și comportamentul nodurilor, permițând injectarea de componente și logică personalizată în structura documentului.

Sistemul include un toolkit cuprinzător pentru transformarea conținutului, facilitând conversia datelor documentului între formatele HTML, Markdown și text simplu. Încorporează, de asemenea, un sistem de istoric bazat pe comenzi pentru a urmări acțiunile utilizatorului, oferind capabilități precise de undo și redo pe parcursul sesiunii de editare.

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.

Istoric stele

Graficul istoricului de stele pentru editablejs/editableGraficul istoricului de stele pentru editablejs/editable

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Colecții curatoriate care includ Editable

Colecții selectate manual în care apare Editable.
  • un CMS headless pentru gestionarea conținutului site-urilor web
  • Framework-uri pentru editoare de text rich-text în browser

Alternative open-source pentru Editable

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Editable.
  • facebook/lexicalAvatar facebook

    facebook/lexical

    23,562Vezi pe 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
    Vezi pe GitHub↗23,562
  • prosemirror/prosemirrorAvatar ProseMirror

    ProseMirror/prosemirror

    8,690Vezi pe 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
    Vezi pe GitHub↗8,690
  • ueberdosis/tiptapAvatar ueberdosis

    ueberdosis/tiptap

    37,341Vezi pe 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
    Vezi pe GitHub↗37,341
  • slab/quillAvatar slab

    slab/quill

    47,157Vezi pe 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
    Vezi pe GitHub↗47,157
Vezi toate cele 30 alternative pentru Editable→

Întrebări frecvente

Ce face editablejs/editable?

Editable este un framework modular pentru construirea de editoare de text bogat (rich text) bazate pe web. Oferă un mediu structurat pentru gestionarea conținutului complex al documentelor, inclusiv suport pentru date structurate precum liste și grile, menținând în același timp o reprezentare de arbore imutabil pentru a asigura manipularea previzibilă a stării.

Care sunt principalele funcționalități ale editablejs/editable?

Principalele funcționalități ale editablejs/editable sunt: 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.

Care sunt câteva alternative open-source pentru editablejs/editable?

Alternativele open-source pentru editablejs/editable includ: 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…