Docs tab
The Docs tab (3) lists every document attached to the current repo. Open one for a full-screen markdown reader.
Bindings (default view)
| Key | Action |
|---|---|
j / k | Previous / next document. |
enter | Open the focused document. |
r | Reload from the database. |
q | Quit. |
The doc reader overlay
| Key | Action |
|---|---|
j / k (or down / up) | Scroll one line. |
pgdown / space | Scroll down 10 lines. |
pgup | Scroll up 10 lines. |
g / home | Jump to top. |
G / end | Jump to bottom. |
esc / enter | Close. |
Markdown rendering is via glamour — headings, code blocks, lists, and inline emphasis all render. The doc's metadata (filename, type, created/updated, linked-from) shows at the top.
Cross-tab jumps
When you open a document via the Attachments pane of a card overlay on the Board, the TUI:
- Switches to the Docs tab.
- Selects the document by filename.
- Opens the doc overlay.
Pressing esc from there returns you to the Board card you came from. The "return tab" is tracked in the model so navigation is reversible.
Source of truth
This page mirrors internal/tui/docs.go. If the footer disagrees, the footer wins.
