Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>MTyper Markdown EditorNew to Visual Studio Code? Get it now.
MTyper Markdown Editor

MTyper Markdown Editor

mark0725

| (0) | Free
WYSIWYG Markdown editor extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MTyper Markdown Editor

MTyper Markdown Editor brings a Typora-style WYSIWYG Markdown editing experience to Visual Studio Code.

Open Markdown files as visual documents, edit content directly in the rendered page, and keep the underlying .md source synchronized with VS Code.

Preview

MTyper Markdown Editor preview

Features

  • Visual WYSIWYG editing for .md and .markdown files.
  • Live synchronization back to the VS Code text document.
  • Support for headings, paragraphs, blockquotes, ordered lists, unordered lists, task lists, code blocks, links, images, and tables.
  • Inline math and math blocks powered by MathJax.
  • Mermaid diagram rendering inside Markdown code fences.
  • Relative local image support, including SVG images next to the Markdown file.
  • Automatic theme adaptation for VS Code light, dark, and high contrast themes.
  • Opens as a VS Code custom editor, so you can switch between the standard text editor and MTyper when needed.

Usage

  1. Open a .md or .markdown file.
  2. Right-click the editor tab or the file in Explorer.
  3. Select Open with MTyper Markdown Editor.

You can also use VS Code's Open With... menu and choose MTyper Markdown Editor.

Editing Markdown

Click directly in the document to edit text visually. Markdown syntax such as links, images, tables, math, and diagrams is rendered for reading, while editable source syntax appears when the corresponding element enters editing mode.

Use normal VS Code save actions to write changes back to disk:

  • macOS: Cmd+S
  • Windows/Linux: Ctrl+S
  • Menu: File > Save

Images

Relative images are resolved from the current Markdown file's folder. For example:

![Architecture](https://github.com/mark0725/md-editor-vscode/raw/HEAD/arch-network.svg)

If arch-network.svg is next to the Markdown file, it will be displayed in the editor.

Diagrams

Mermaid code fences are rendered automatically:

```mermaid
graph TD
  A[Start] --> B[Done]
```

Requirements

VS Code 1.85.0 or newer.

Privacy

MTyper Markdown Editor edits local Markdown documents inside VS Code. It does not send document content to external services.

Links

  • Repository: https://github.com/mark0725/md-editor-vscode
  • Issues: https://github.com/mark0725/md-editor-vscode/issues
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft