Skip to content

Commit

Permalink
bump version, edit demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kortina committed May 17, 2020
1 parent 76beb23 commit 472650f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-markdown-notes",
"displayName": "VS Code Markdown Notes",
"description": "Navigate notes with [[wiki-links]] and #tags (like Bear, Roam, etc). Use Peek Definition to preview linked notes. Quickly create new notes with a command.",
"version": "0.0.6",
"version": "0.0.7",
"publisher": "kortina",
"repository": {
"url": "https://github.com/kortina/vscode-markdown-notes.git",
Expand Down
2 changes: 1 addition & 1 deletion test/sub/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- for Wiki Link [[sub.md]]
- for Tag #tag

`⇧⌥F12` / Find All References / `references-view.find`
`⇧⌥F12` (`ctr+⌥+r`) / Find All References / `references-view.find`

- for Wiki Link [[sub.md]]
- for Tag #tag
Expand Down

0 comments on commit 472650f

Please sign in to comment.