1 repo
Core engines for representing structured document data.
Distinguishing note: Focuses on the underlying document tree model rather than the editor UI.
Explore 1 awesome GitHub repository matching software engineering & architecture · Document Model Engines. Refine with filters or upvote what's useful.
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
Relies on a structured document model that represents rich text as a tree of nodes and marks.