Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
mdit
command
|
|
|
internal
|
|
|
doc
Package doc implements the line-buffer document model for mdit: rune-aware edits, undo/redo with coalescing, and safe (mtime-checked) saves.
|
Package doc implements the line-buffer document model for mdit: rune-aware edits, undo/redo with coalescing, and safe (mtime-checked) saves. |
|
editor
Package editor implements the mdit inline-render editor widget: a bubbletea component that shows a markdown document with every block rendered in place, except the block under the cursor, which is shown as raw source so it can be edited.
|
Package editor implements the mdit inline-render editor widget: a bubbletea component that shows a markdown document with every block rendered in place, except the block under the cursor, which is shown as raw source so it can be edited. |
|
mdparse
Package mdparse turns a line buffer into a contiguous sequence of line-range blocks backed by the goldmark AST, plus an Obsidian-style wikilink inline extension.
|
Package mdparse turns a line buffer into a contiguous sequence of line-range blocks backed by the goldmark AST, plus an Obsidian-style wikilink inline extension. |
|
render
Package render turns a single mdparse block into styled screen lines.
|
Package render turns a single mdparse block into styled screen lines. |
|
theme
Package theme defines the visual styles used by the renderer.
|
Package theme defines the visual styles used by the renderer. |
|
ui
Package ui is the root Bubble Tea application for mdit: it embeds the editor widget, draws the status bar, and owns save/quit confirmation prompts, the fuzzy finder, wikilink navigation, autocomplete, and zen mode.
|
Package ui is the root Bubble Tea application for mdit: it embeds the editor widget, draws the status bar, and owns save/quit confirmation prompts, the fuzzy finder, wikilink navigation, autocomplete, and zen mode. |
|
vault
Package vault implements a note index with wikilink resolution.
|
Package vault implements a note index with wikilink resolution. |
Click to show internal directories.
Click to hide internal directories.
