Skip to content

Commit

Permalink
Merge pull request #22 from hackmdio/release/1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
Yukaii authored Jun 24, 2020
2 parents 95f2baa + e68cac6 commit fec463c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 13 deletions.
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,45 @@
# The official HackMD Markdown VSCode extension

Use the same [HackMD](https://hackmd.io) supported markdown right in VSCode!
Use the same [HackMD](https://hackmd.io) markdown right in VSCode!

![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/HackMD.vscode-hackmd)
![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/HackMD.vscode-hackmd)

## Features

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

#### Render codeblock with line numbers
### HackMD notes explorer

![sidebar](https://i.imgur.com/N5dS5HG.png)

### Render codeblock with line numbers

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

#### MathJax, Diagrams
### MathJax, Diagrams

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

## Release Notes

[Read the full Release Note on HackMD.][release-notes]

[release-notes]: https://hackmd.io/@docs/vscode-hackmd-release-notes

### 1.1.0

#### Added

- HackMD Note explorer
- Preview your notes on HackMD
- Create note from editor content in VSCode

### 1.0.0

Initial Release!
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-hackmd",
"displayName": "HackMD",
"description": "The official HackMD Markdown VSCode extension",
"version": "1.0.2",
"version": "1.1.0",
"engines": {
"vscode": "^1.36.0"
},
Expand Down Expand Up @@ -170,7 +170,6 @@
"command": "HacKMD.openNoteOnHackMD",
"when": "view == mdTreeItems && viewItem == file"
}

]
},
"viewsWelcome": [
Expand Down Expand Up @@ -221,7 +220,7 @@
"webpack-cli": "^3.3.6"
},
"dependencies": {
"@hackmd/api": "^1.1.0",
"@hackmd/api": "^1.1.1",
"ajax": "0.0.4",
"axios": "^0.19.2",
"bootstrap3": "^3.3.5",
Expand Down

0 comments on commit fec463c

Please sign in to comment.