Markback for VS CodeReview Markdown like a doc — keep the feedback in git. Comment on rendered Markdown (and any file) with inline bubbles and replies.
Every comment is saved to a plain-text Why MarkbackYou're reviewing a README, an RFC, a design doc, or a spec. Your options today:
Markback keeps the feedback next to the work, in plain text, in git:
Quick start
Prefer the editor? Select text in any file → right-click → Comment on Selection
(or What a
|
| Setting | Description |
|---|---|
markback.author |
Identifier written as @by on every comment. If empty, falls back to git config user.email, then to no @by header. |
markback.inlineExcerpt.enabled |
Embed the literal selected source text inline in the .mb record when the selection is small enough. Default true; set false for compact, range-only records. |
markback.inlineExcerpt.maxLines |
Max lines a selection may span to be embedded inline (default 10). |
markback.inlineExcerpt.maxChars |
Max characters a selection may contain to be embedded inline (default 600). |
Selections larger than the thresholds — or whose text would break .mb
round-trip (e.g. a line that is exactly ---, or one starting with <<<) — are
recorded range-only. The Markback output channel logs the reason an excerpt was
omitted.
Restricted Mode: preview commenting uses VS Code command links, which are disabled in untrusted workspaces. Trust the workspace to enable it — the preview shows a banner when it's blocked.
Current limitations
Honest about where it's at today:
- No gutter
+icon yet — use the preview bubble, the right-click menu, or the keybinding. - No visual stale-range indicator — if a source file is edited past a recorded range, the comment still renders at its recorded position; a warning logs to the Markback output channel (View → Output → Markback).
Feedback & contributing
Markback is open source (MIT). Issues, ideas, and PRs are welcome:
- 🐛 Bugs / ideas: github.com/dandriscoll/markback/issues
- 📖 Format & docs: markback.org
- 🧪 Try the format in your browser: markback.org/try-it
If Markback saves you a round-trip, telling a teammate is the best thanks.