Core Concepts
Layered Architecture
@ly-editor/core: model state, commands, transactions@ly-editor/view-snabbdom: rendering and event bridge@ly-editor/plugin-kit: plugin contract and toolbar metadata
Data Flow
- user interaction enters view layer
- event mapped to command
- core emits updated snapshot
- view applies incremental update