1 Repo
Composing reusable sequences of operations on the block tree, sharing context across steps with dynamic control flow.
Distinct from Command Chaining: Distinct from Command Chaining: focuses on composing editing operations on a block tree, not CLI subcommand execution.
Explore 1 awesome GitHub repository matching development tools & productivity · Block Command Chains. Refine with filters or upvote what's useful.
BlockSuite is a collaborative block editor framework built on a hierarchical block tree data model with CRDT-based state synchronization for real-time multi-user editing. It provides an extensible block component system, allowing developers to define custom block types through declarative schemas, services, and rendering components. The editor is packaged as cross-framework web components, making it embeddable in any JavaScript environment. The framework distinguishes itself with a command-driven editing pipeline that composes type-safe editing actions with dynamic context sharing and control
Composes reusable sequences of operations on the block tree, sharing context across steps with dynamic control flow.