@@ -7,16 +7,16 @@ Use the same [HackMD](https://hackmd.io) markdown right in VSCode!
7
7
8
8
## Features
9
9
10
- - ** New** : Preview you HackMD notes in VSCode
10
+ - ** New** : Preview your HackMD notes in VSCode
11
11
- ** New** : Create note from editor content
12
12
- HackMD-compatible markdown rendering preview
13
13
- We bring most HackMD markdown syntax into VSCode :tada :
14
14
15
15
### HackMD notes explorer
16
16
17
- ![ sidebar] ( https://i.imgur.com/N5dS5HG .png)
17
+ ![ sidebar] ( ./docs/media/notes_explorer .png)
18
18
19
- ### Render codeblock with line numbers
19
+ ### Render code block with line numbers
20
20
21
21
![ line-numbers] ( https://i.imgur.com/X31HZqm.png )
22
22
@@ -32,24 +32,38 @@ Use the same [HackMD](https://hackmd.io) markdown right in VSCode!
32
32
33
33
[ release-notes ] : https://bit.ly/2VXRTrq
34
34
35
+ ### 2.0.0
36
+
37
+ #### Added
38
+
39
+ - Adopt access token based API client. You need to create an access token on the HackMD [ settings page] ( https://hackmd.io/settings#api )
40
+ - Add two more tree views: History and Team Notes.
41
+
42
+ #### Improvements
43
+
44
+ - Upgrade highlight.js
45
+ - Upgrade mermaid
46
+ - Upgrade more dependencies
47
+ - Adopt ` react-vsc-treeview ` package for implementing the new tree views. It's now easier to add features and fix bugs for the tree view.
48
+
35
49
### 1.1.1
36
50
37
51
#### Added
38
52
39
53
- HackMD Snippets command
40
- - Use command: ` HackMD: Create a code snippet ` to create a code snippet on HackMD from selected text range
54
+ - Use the command: ` HackMD: Create a code snippet ` to create a code snippet on HackMD from the selected text range
41
55
42
56
#### Fixed
43
57
44
- - Activity icon it not shown ([ #23 ] ( https://github.com/hackmdio/vscode-hackmd/issues/23 ) )
58
+ - Activity icon is not shown ([ #23 ] ( https://github.com/hackmdio/vscode-hackmd/issues/23 ) )
45
59
46
60
### 1.1.0
47
61
48
62
#### Added
49
63
50
64
- HackMD Note explorer
51
65
- Preview your notes on HackMD
52
- - Create note from editor content in VSCode
66
+ - Create a note from editor content in VSCode
53
67
54
68
### 1.0.0
55
69
0 commit comments