Crate edita_core

Source

Structs§

Editor
The main editor structure that manages the state and blocks.

Traits§

Block
Trait for defining blocks that process input nodes
Command
Trait for defining commands that can modify the editor’s state.

Functions§

process_nodes
Processes input nodes using the editor’s blocks and returns parsed nodes.