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

Source excerpt starting at line 1.
# Command Reference (cmux Markdown) ```bashcmux markdown open <path>cmux markdown <path>          # shorthand, "open" is implicitcmux markdown --help``` | Flag | Description | Default ||------|-------------|---------|| `--workspace <id\|ref\|index>` | Target workspace | `$CMUX_WORKSPACE_ID` || `--surface <id\|ref\|index>` | Source surface to split from | Focused surface || `--window <id\|ref>` | Target window | Current 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](live-reload.md). 
Referenced from SKILL.md