cmux-markdown

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

Open markdown files in a formatted viewer panel with live reload. Use when you need to display plans, documentation, or notes alongside the terminal with rich rendering (headings, code blocks, tables, lists).

skills/cmux-markdown/SKILL.md

Download bundle ↓
main · 6f118af4 bundle filesScanned 2026-09-15

references/commands.md

268 tokens · o200k_base · 1,066 bytes

Command Reference (cmux Markdown)

cmux markdown open <path>
cmux markdown <path>          # shorthand, "open" is implicit
cmux markdown --help
FlagDescriptionDefault
--workspace <id|ref|index>Target workspace$CMUX_WORKSPACE_ID
--surface <id|ref|index>Source surface to split fromFocused surface
--window <id|ref>Target windowCurrent window

Output

OK surface=surface:8 pane=pane:3 path=/absolute/path/to/file.md

--json returns window_id, workspace_id, pane_id, surface_id, and path.

Panel behavior

The panel opens as a horizontal split to the right of the source surface. The tab shows the filename and a document icon; the file path appears as a breadcrumb at the top. Content is read-only with text selection enabled.

Markdown panels are saved and restored across sessions and re-read the file from disk on restore. A panel is not recreated if the file no longer exists at restore time.

See also live-reload.md.

Referenced from SKILL.md