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 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
2445Initial Release!
Original file line number Diff line number Diff line change 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 },
170170 "command" : " HacKMD.openNoteOnHackMD" ,
171171 "when" : " view == mdTreeItems && viewItem == file"
172172 }
173-
174173 ]
175174 },
176175 "viewsWelcome" : [
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" ,
You can’t perform that action at this time.
0 commit comments