awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Block-Style Editors · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesBlock-Style Editors

Editors that structure content as independent, modular blocks of data rather than a single monolithic document.

Distinguishing note: This category focuses on block-based content editing architectures that output structured data, distinct from traditional WYSIWYG HTML editors.

Explore 1 awesome GitHub repository matching content management & publishing · Block-Style Editors. Refine with filters or upvote what's useful.

  1. Home
  2. Content Management & Publishing
  3. Block-Style Editors

Awesome Block-Style Editors GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • codex-team/editor.js

    codex-team/editor.js

    31,528View on GitHub↗

    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 block-style editing architecture that outputs clean JSON data instead of traditional HTML markup.

    TypeScriptcodex-editoreditorjavascript
    31,528View on GitHub↗