Skip to content

Commit fec463c

Browse files
authored
Merge pull request #22 from hackmdio/release/1.1.0
Release 1.1.0
2 parents 95f2baa + e68cac6 commit fec463c

File tree

3 files changed

+33
-13
lines changed

3 files changed

+33
-13
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,45 @@
11
# The official HackMD Markdown VSCode extension
22

3-
Use the same [HackMD](https://hackmd.io) supported markdown right in VSCode!
3+
Use the same [HackMD](https://hackmd.io) markdown right in VSCode!
4+
5+
![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/HackMD.vscode-hackmd)
6+
![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/HackMD.vscode-hackmd)
47

58
## Features
69

10+
- **New**: Preview you HackMD notes in VSCode
11+
- **New**: Create note from editor content
712
- HackMD-compatible markdown rendering preview
813
- We bring most HackMD markdown syntax into VSCode :tada:
914

10-
#### Render codeblock with line numbers
15+
### HackMD notes explorer
16+
17+
![sidebar](https://i.imgur.com/N5dS5HG.png)
18+
19+
### Render codeblock with line numbers
1120

1221
![line-numbers](https://i.imgur.com/X31HZqm.png)
1322

14-
#### MathJax, Diagrams
23+
### MathJax, Diagrams
1524

1625
![mathjax](https://i.imgur.com/6vpxBbo.png)
1726
![Sequence-diagram](https://i.imgur.com/pinXrf6.png)
1827
![mermaid](https://i.imgur.com/M15g6It.png)
1928

2029
## Release Notes
2130

31+
[Read the full Release Note on HackMD.][release-notes]
32+
33+
[release-notes]: https://hackmd.io/@docs/vscode-hackmd-release-notes
34+
35+
### 1.1.0
36+
37+
#### Added
38+
39+
- HackMD Note explorer
40+
- Preview your notes on HackMD
41+
- Create note from editor content in VSCode
42+
2243
### 1.0.0
2344

2445
Initial Release!

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-hackmd",
33
"displayName": "HackMD",
44
"description": "The official HackMD Markdown VSCode extension",
5-
"version": "1.0.2",
5+
"version": "1.1.0",
66
"engines": {
77
"vscode": "^1.36.0"
88
},
@@ -170,7 +170,6 @@
170170
"command": "HacKMD.openNoteOnHackMD",
171171
"when": "view == mdTreeItems && viewItem == file"
172172
}
173-
174173
]
175174
},
176175
"viewsWelcome": [
@@ -221,7 +220,7 @@
221220
"webpack-cli": "^3.3.6"
222221
},
223222
"dependencies": {
224-
"@hackmd/api": "^1.1.0",
223+
"@hackmd/api": "^1.1.1",
225224
"ajax": "0.0.4",
226225
"axios": "^0.19.2",
227226
"bootstrap3": "^3.3.5",

0 commit comments

Comments
 (0)