The Wayback Machine - https://web.archive.org/web/20230826094747/https://github.com/Milkdown/vscode
Skip to content

Milkdown/vscode

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 12, 2021 21:44
August 20, 2021 08:45
April 24, 2023 10:29
August 20, 2021 08:45
August 20, 2021 08:45
June 27, 2022 13:58
August 20, 2021 15:11
June 27, 2022 13:18
August 20, 2021 16:35
April 24, 2023 12:23
April 24, 2023 10:29
April 24, 2023 12:47
August 20, 2021 08:45

Milkdown πŸ’– VSCode

Edit markdown in a WYSIWYG way, powered by milkdown.

Install

VSCode Marketplace

Features

Plugin is still in dev progress, this is an early access version.

Show

Usage:

  • Right click in editor to open in milkdown.
  • Right click in explorer bar and select open in milkdown.
  • Search Milkdown in command palette with Cmd/Ctrl + Shift + P.

Feature List

  • WYSIWYG Markdown Editor
  • Full GFM syntax support
  • Emoji picker and filter
  • Copy and paste with markdown
  • Slash commands
  • Tooltip bar
  • Math support

Set as Default

If you want to use milkdown as your default markdown, you can add this config into your settings:

"workbench.editorAssociations": {
    "*.md": "milkdown.editor"
}

Contributor

profile picture of Saul Mirone profile picture of calvinfung

License

MIT