Ace Markdown FeedbackAnnotate Markdown files with structured feedback that LLMs can read and act on. The ProblemLLM coding agents generate Markdown artifacts — plans, docs, code explanations. When you want to give feedback, you're stuck writing free-form text or making inline edits that lose context. There's no structured way to say "discuss this", "change that", or "remove this section" in a format the LLM can parse. How It WorksAce adds four annotation types to your Markdown files, all stored as plain-text syntax — no sidecar files, no proprietary format:
Any LLM can parse these annotations directly from the InstallSearch "Ace Markdown Feedback" in the VS Code Extensions sidebar, or install from the Marketplace. Quick Start
Workflow
Who It's ForAnyone using LLM coding agents (Claude Code, Codex CLI, Cursor, Copilot) who reviews Markdown output and wants a faster, more structured way to give feedback than rewriting or commenting in chat. Settings
Current Scope (v0.1)This is an early release. The extension handles annotation preview for the four syntax types above. It's not a general Markdown renderer — it's focused on the feedback workflow. Built on markdown-it. See License |