2 repos
Frameworks and libraries for building custom document models and rich text editing experiences.
Distinguishing note: This category focuses on the document model and editing logic for rich text, distinct from generic UI components.
Explore 2 awesome GitHub repositories matching user interface & experience · Rich Text Editors. Refine with filters or upvote what's useful.
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
Provides a custom document model and editing logic to ensure consistent data and predictable behavior in rich text environments.
Tabler is a comprehensive UI framework designed for building responsive, data-heavy administrative panels and enterprise web applications. It provides a unified collection of pre-styled components and layout patterns that allow developers to construct complex dashboard interfaces using a consistent design system. The project distinguishes itself through a metadata-driven approach to interactivity, where complex component behaviors and state transitions are initialized by parsing configuration attributes directly from HTML elements. This allows for the creation of interactive interfaces withou
Enables advanced text editing on HTML elements via configuration.