Skip to content

Commit b5b5fef

Browse files
committed
build: add icon
1 parent c1e02dc commit b5b5fef

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Use [Milkdown](https://saul-mirone.github.io/milkdown/#/) in your favorite editor to edit markdown.
44

5+
## Install
6+
7+
[VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=mirone.milkdown)
8+
59
## Features
610

711
> Plugin is still in dev progress, this is an early access version.
@@ -10,7 +14,7 @@ Describe specific features of your extension including screenshots of your exten
1014

1115
For example if there is an image subfolder under your extension project workspace:
1216

13-
![Show](https://github.com/Saul-Mirone/milkdown-vscode/blob/main/milkdown-vscode.gif)
17+
![Show](https://raw.githubusercontent.com/Saul-Mirone/milkdown-vscode/main/milkdown-vscode.gif)
1418

1519
### Usage:
1620

logo.png

9.31 KB
Loading

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "milkdown",
33
"private": true,
4+
"icon": "logo.png",
45
"displayName": "Milkdown",
56
"description": "Use milkdown in your favorite editor.",
67
"version": "0.0.1",

0 commit comments

Comments
 (0)