{"id":"zOjZPXY7","markdown":"# VS Code Extension — Quick Start\n\n## Install\n\n```bash\n# From VS Code\next install raymindai.mdfy-vscode\n\n# Or search \"mdfy\" in the Extensions panel\n```\n\n## Getting Started\n\n### 1. Preview any Markdown file\n\nOpen a `.md` file and press **Cmd+Shift+M** (Mac) or **Ctrl+Shift+M** (Windows/Linux).\n\nThe mdfy preview opens as a side panel with:\n- Live rendered preview (WYSIWYG — you can click and edit)\n- Formatting toolbar (bold, italic, headings, lists, code, tables)\n- Document outline panel\n- Dark/light theme that follows your VS Code settings\n\n### 2. Publish to mdfy.cc\n\nPress **Cmd+Alt+P** or right-click → \"mdfy: Publish to mdfy.cc\"\n\n```\n→ https://mdfy.cc/d/abc123  (copied to clipboard)\n```\n\nNo account needed for basic publishing. The recipient sees a beautifully rendered document in their browser.\n\n### 3. Cloud Sync\n\nAfter publishing, your file stays in sync:\n\n| Action | How |\n|--------|-----|\n| Push changes | Save the file (auto-push if enabled) |\n| Pull changes | Command Palette → \"mdfy: Pull from mdfy.cc\" |\n| View conflicts | VS Code diff editor opens automatically |\n\nA `.mdfy.json` sidecar file is created next to your `.md`:\n\n```json\n{\n  \"docId\": \"abc123\",\n  \"editToken\": \"eyJ...\",\n  \"lastSyncedAt\": \"2026-04-27T...\"\n}\n```\n\n### 4. Sidebar\n\nClick the **mdfy** icon in the Activity Bar to browse:\n\n- **ALL** — every .md file in your workspace\n- **SYNCED** — files published to mdfy.cc\n- **LOCAL** — unpublished local files\n- **CLOUD** — documents on mdfy.cc (pull to edit locally)\n\n### 5. AI Tools\n\n| Command | What it does |\n|---------|-------------|\n| AI Polish | Improve writing quality and clarity |\n| AI Summary | Generate a concise summary |\n| AI TL;DR | Extract key bullet points |\n| AI Translate | Translate to any language |\n| Ask AI to Edit | Describe changes in natural language |\n\n## Keyboard Shortcuts\n\n| Shortcut | Command |\n|----------|---------|\n| `Cmd+Shift+M` | Open WYSIWYG preview |\n| `Cmd+Alt+P` | Publish to mdfy.cc |\n| `Cmd+Alt+E` | Export (HTML, rich text) |\n\n## Settings\n\n| Setting | Default | Description |\n|---------|---------|-------------|\n| `mdfy.theme` | `auto` | Follows your VS Code theme |\n| `mdfy.autoSync` | `false` | Auto-push on save |\n| `mdfy.autoPreview` | `true` | Auto-open preview for .md files |\n| `mdfy.syncInterval` | `30` | Polling interval (seconds) |","title":"VS Code Extension — Quick Start","created_at":"2026-04-27T01:21:34.671691+00:00","updated_at":"2026-04-27T01:21:34.671691+00:00","view_count":6,"expires_at":null,"edit_mode":"account","is_draft":false,"source":"mcp","hasPassword":false,"editMode":"account","isOwner":false,"isEditor":false,"ownerEmail":"hi@raymind.ai"}