Documentation
¶
Overview ¶
Command mdmatcha is a terminal markdown reader with a collapsible table of contents, rendered/source/split views, inline images and diagrams, search and mouse support.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
doc
Package doc loads markdown documents, extracts their heading structure and renders them to styled terminal output.
|
Package doc loads markdown documents, extracts their heading structure and renders them to styled terminal output. |
|
kitty
Package kitty implements the subset of the Kitty terminal graphics protocol needed to display images inside a scrolling text UI: images are transmitted once by ID, given a "virtual placement", and then referenced from the screen via Unicode placeholder cells (U+10EEEE plus combining diacritics that encode the row/column, with the image ID carried in the foreground color).
|
Package kitty implements the subset of the Kitty terminal graphics protocol needed to display images inside a scrolling text UI: images are transmitted once by ID, given a "virtual placement", and then referenced from the screen via Unicode placeholder cells (U+10EEEE plus combining diacritics that encode the row/column, with the image ID carried in the foreground color). |
|
ui
Package ui implements the interactive terminal interface: a collapsible table-of-contents sidebar next to rendered and/or source views of the document, with search and mouse support.
|
Package ui implements the interactive terminal interface: a collapsible table-of-contents sidebar next to rendered and/or source views of the document, with search and mouse support. |
Click to show internal directories.
Click to hide internal directories.