Documentation
¶
Overview ¶
Package tui wires the sidebar, editor, and search pane into a Bubble Tea MVU application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is the root Bubble Tea model. It owns all child pane models and orchestrates focus, layout, and data flow.
func (Model) Init ¶
Init loads notes from the store in the background and enables bracketed paste mode so that pasted text (any length) arrives as a single message instead of being fed character by character to the active input.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package panes provides the individual UI pane components for NeuronCLI: the sidebar note list, the markdown editor/preview, and the search bar.
|
Package panes provides the individual UI pane components for NeuronCLI: the sidebar note list, the markdown editor/preview, and the search bar. |
|
Package styles defines the visual theme for the NeuronCLI TUI.
|
Package styles defines the visual theme for the NeuronCLI TUI. |
Click to show internal directories.
Click to hide internal directories.