Markdown AI EditorRefine Markdown and plain text in VS Code with a local AI model. In managed mode, the extension downloads and runs the model on your computer; selected text is not sent to Copilot or another cloud service. Version 0.0.3This release adds a focused Markdown AI Editor context submenu, keyboard shortcuts for every transformation, AI Skill, AI Prompt, and PRD formats, plus a status-bar port indicator while the local model is running. Managed mode now uses the pinned Prerequisites
Quick start
Managed mode needs internet only for its consented first-time setup. Allow roughly 1 GB of free disk space and 2 GB of available RAM. It can take up to 90 seconds to start after the download. Windows x64, macOS Intel, macOS Apple Silicon, and Linux x64 are supported. You may instead disable managed mode and provide an OpenAI-compatible local endpoint. Use alongside coding agentsMarkdown AI Editor prepares notes, requirements, prompts, and PRDs locally before you send them to Copilot, Codex, Claude Code, or another agent. Cleaner, shorter source material can reduce repeated context and prompt tokens in those external workflows. It does not change an agent's tokenizer, model pricing, or private data policy; review what you send to every external service. User guideFollow the complete guide at amarpreetbhatia.github.io/markdown-ai-editor-. It covers first-run setup, commands, settings, privacy, and troubleshooting. It also explains the managed local model and includes a local Ollama setup example. Local Testing & DevelopmentInstall dependencies, run the checks, create a production bundle, package a VSIX, and install it into your local VS Code instance:
The VSIX filename includes the extension version, for example See Repository Guidelines for contributor conventions. License |