Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Milkdown/vscode


https://github.com/Milkdown/vscode

milkdown

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Milkdown 💖 VSCode

Edit markdown in a WYSIWYG way, powered by [milkdown](https://saul-mirone.github.io/milkdown/#/).

## Install

[VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=mirone.milkdown)

## Features

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

![Show](https://raw.githubusercontent.com/Saul-Mirone/milkdown-vscode/main/milkdown-vscode.gif)

### 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:

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

# Contributor

profile picture of Saul Mirone
profile picture of calvinfung

## License

[MIT](https://github.com/Saul-Mirone/milkdown-vscode/blob/main/LICENSE)