Skip to content

Commit cd9df81

Browse files
authored
Merge branch 'master' into feature/code-snippet
2 parents 08eda5f + fec463c commit cd9df81

30 files changed

+907
-32
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules
33
.vscode-test/
44
*.vsix
55
dist
6+
**/.DS_Store

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ vsc-extension-quickstart.md
99
**/*.map
1010
**/*.ts
1111
webpack.config.js
12+
**/.DS_Store

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: 128 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)