Skip to content

Release 1.1.0 #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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