Open Source · MIT License

Markdown editing,
reimagined.

A seamless WYSIWYG markdown editor for VS Code and desktop. Edit visually while AI modifies your files in real-time.

Any Markdown editor screenshot

Everything you need.
Nothing you don't.

A seamless WYSIWYG editor built for the AI coding era. Full Markdown support with zero configuration.

True WYSIWYG

No split panes. No preview tabs. What you see is what you get. Edit headings, lists, tables, and code blocks inline.

AI-Friendly

Edit visually while Copilot, Cursor, or Claude Code modify the same file. Block-level DOM diff keeps your cursor in place.

Code Blocks

Syntax highlighting for 20+ languages. Display/edit mode toggle. Expand to full VS Code editor with one click.

Tables

Full table editing with cell navigation, column resize, row/column add/remove, and alignment controls. Arrow key navigation just works.

Mermaid Diagrams

Write Mermaid syntax, see SVG diagrams rendered live. Click to edit, auto-render when done. Flowcharts, sequences, gantt, and more.

KaTeX Math

Beautiful math equations rendered with KaTeX. Each line is an independent expression. Real-time preview with 500ms debounce.

7 Themes

GitHub, Sepia, Night, Dark, Minimal, Things, and Perplexity. From bright daylight to late-night coding sessions.

Find & Replace

Ctrl+F search with highlight, match count, case sensitivity, word boundaries, and regex support. Ctrl+H for replace.

7 Languages

English, Japanese, Chinese (Simplified/Traditional), Korean, Spanish, and French. Auto-detect from VS Code locale.

Keyboard-first design

Every action has a shortcut. Action Palette (Cmd+/) for everything else.

Cmd+B Bold Cmd+I Italic Cmd+K Link Cmd+1-6 Headings Cmd+. Source Tab Indent

Offline-first

All libraries bundled locally. No CDN, no network requests. Works on air-gapped machines and slow connections.

Themes

7 carefully crafted themes for every environment.

GitHub Sepia Night Dark Minimal Perplexity Things

Pattern conversion

Type Markdown naturally. It converts to rich text as you type.

# Type naturally
# Heading → <h1>
- List item → <ul><li>
> Quote → <blockquote>
```js → <pre><code> with syntax highlighting
**bold**<strong>
| a | b |<table>

Get Any Markdown

Available as a VS Code extension and a standalone desktop app.

VS Code Marketplace

Official extension for Visual Studio Code

Recommended

Open VSX Registry

For VSCodium, Gitpod, Eclipse Theia

Open Source

Desktop App

Standalone Electron app

macOS note: The app is not code-signed. macOS may show "app is damaged" on first launch. To fix, use one of these methods:
1. Right-click the app → "Open" → click "Open" in the dialog
2. System Settings → Privacy & Security → scroll down → "Open Anyway"
3. Run in Terminal: xattr -cr "/Applications/Any Markdown.app"
If methods 1 & 2 don't work, method 3 (Terminal) will always resolve the issue.
v0.195.393 · All releases