editablejs/editable
🌱 A collaborative rich-text editor framework that focuses on stability, controllability, extensibility, and performance. 一款强到离谱的富文本编辑器框架,专注于稳定性、可控性、扩展性和性能。 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1609
- days_rel: n/a
- days_push: 687
- n_releases_24m: 0
Adoption not part of the score
1804 stars · 125 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Editable is an extensible rich-text editor framework for the web that replaces the native contenteditable attribute with a custom renderer, giving developers fine-grained control over selection, input, and cross-browser behavior. It ships as @editablejs/models (a document data model with operations) and @editablejs/editor (a React-based rendering layer with a plugin architecture), emphasizing stability, controllability, extensibility, and performance.
Use cases
- embed a rich text editor in my react app
- build a wysiwyg editor without contenteditable bugs
- add collaborative text editing to a web application
- create a custom editor with plugins and a controllable document model
- avoid cross-browser selection and input issues in a text editor
- replace slate or quill with a more controllable editor framework
When to choose
- you are building a custom rich-text editing experience in React and need fine-grained control over rendering and the document model
- native contenteditable quirks and cross-browser Selection/Input inconsistencies are blocking you
- you want a Slate-style data model with a plugin-based architecture and no reliance on contenteditable
When to avoid
- your project does not use React, since the current version requires React for rendering (a native-DOM refactor is planned)
- you need a drop-in, pre-styled editor with minimal setup like Quill, CKEditor, or TipTap
- you only need plain text or simple markdown input, where a full editor framework is overkill
- you require a long-term frozen API, as the project states future refactors of its rendering layer are likely
Facets
framework · maturity active
editor ui-components plugin-system web-development frontend text-editors browser cross-platform rich-text-editor wysiwyg collaborative-editing react contenteditable-alternative custom-renderer typescript slate-style-data-model real-time
1 source
- readme: https://github.com/editablejs/editable · fetched 2026-08-28 · ab23cf1c9cea
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| editablejs/editable | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="editablejs/editable")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem