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. |
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 in-editor edit/delete UI for existing comments — edit the
.mbfile directly (it's just text). - 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.