A WYSIWYG Markdown editor for VS Code that turns your AI agent into a document editing assistant. Write and edit documents in a clean, rendered view while your AI agent (GitHub Copilot, Cursor, or any tool that edits files) handles the heavy lifting.
How It Works
Open any .md file and reopen it with "SwiftAsyst" (right-click tab → Reopen Editor With...).
Ask your AI agent to edit the document — via Copilot Agent Mode, Cursor Composer, or any tool that writes to files.
The editor detects external changes and shows a clean block-level diff: old paragraphs in red, new paragraphs in green.
Accept or reject each change individually, or use Accept All / Reject All.
The extension never calls an AI model itself. It's purely a rendering and review layer on top of whatever agent you already use.
Features
WYSIWYG rendering — see your Markdown as a formatted document, not raw syntax
Block-level diffs — clear red/green blocks with per-change Accept/Reject buttons
Live preview — the rendered view updates in real-time as the agent edits