1 repo
Modular systems for constructing custom content editors through composable plugins and block-based architectures.
Distinguishing note: Focuses on the architectural framework for building editors rather than specific UI components or general-purpose CMS platforms.
Explore 1 awesome GitHub repository matching content management & publishing · Content Editing Frameworks. Refine with filters or upvote what's useful.
Editor.js is a block-style rich text editor that organizes document content into an ordered array of independent, modular data objects. By replacing monolithic HTML strings with a structured, machine-readable JSON format, it decouples the content creation process from the final presentation layer. The editor functions as a browser-based orchestration layer that manages user input, focus, and state synchronization across individual blocks. Its architecture is built on a plugin-driven system where external modules register themselves to handle specific content types, providing custom rendering
Provides a modular architecture for building custom content editing interfaces using reusable, plugin-based media and text block handlers.