File tree Expand file tree Collapse file tree 3 files changed +33
-13
lines changed Expand file tree Collapse file tree 3 files changed +33
-13
lines changed Original file line number Diff line number Diff line change 1
1
# The official HackMD Markdown VSCode extension
2
2
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 )
4
7
5
8
## Features
6
9
10
+ - ** New** : Preview you HackMD notes in VSCode
11
+ - ** New** : Create note from editor content
7
12
- HackMD-compatible markdown rendering preview
8
13
- We bring most HackMD markdown syntax into VSCode :tada :
9
14
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
11
20
12
21
![ line-numbers] ( https://i.imgur.com/X31HZqm.png )
13
22
14
- #### MathJax, Diagrams
23
+ ### MathJax, Diagrams
15
24
16
25
![ mathjax] ( https://i.imgur.com/6vpxBbo.png )
17
26
![ Sequence-diagram] ( https://i.imgur.com/pinXrf6.png )
18
27
![ mermaid] ( https://i.imgur.com/M15g6It.png )
19
28
20
29
## Release Notes
21
30
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
+
22
43
### 1.0.0
23
44
24
45
Initial Release!
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-hackmd" ,
3
3
"displayName" : " HackMD" ,
4
4
"description" : " The official HackMD Markdown VSCode extension" ,
5
- "version" : " 1.0.2 " ,
5
+ "version" : " 1.1.0 " ,
6
6
"engines" : {
7
7
"vscode" : " ^1.36.0"
8
8
},
170
170
"command" : " HacKMD.openNoteOnHackMD" ,
171
171
"when" : " view == mdTreeItems && viewItem == file"
172
172
}
173
-
174
173
]
175
174
},
176
175
"viewsWelcome" : [
221
220
"webpack-cli" : " ^3.3.6"
222
221
},
223
222
"dependencies" : {
224
- "@hackmd/api" : " ^1.1.0 " ,
223
+ "@hackmd/api" : " ^1.1.1 " ,
225
224
"ajax" : " 0.0.4" ,
226
225
"axios" : " ^0.19.2" ,
227
226
"bootstrap3" : " ^3.3.5" ,
You can’t perform that action at this time.
0 commit comments