Skip to main content

Module editor

Module editor 

Source
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.
EditorBuffer
A text buffer backed by a rope data structure.

Enums§

Direction
Direction for cursor movement.