Expand description
Lightweight editor module for in-place markdown editing.
Provides a rope-backed text buffer with cursor management, designed for integration into the TEA architecture.
Structs§
- Cursor
- Cursor position in the editor buffer.
- Editor
Buffer - A text buffer backed by a rope data structure.
Enums§
- Direction
- Direction for cursor movement.