Add interlink highlight and jump features

This commit is contained in:
Seongjae Lee
2015-09-26 00:16:36 -07:00
parent cc8a780436
commit 9c5c4e43da
7 changed files with 101 additions and 9 deletions
+11 -1
View File
@@ -10,8 +10,18 @@
],
"description": "Notational Velocity for Atom",
"activationCommands": {
"atom-workspace": "nvatom:toggle"
"atom-workspace": [
"nvatom:toggle",
"nvatom:openInterlink"
]
},
"keywords": [
"wiki",
"notational velocity",
"nvatom",
"note",
"notetaking"
],
"repository": "https://github.com/seongjaelee/nvatom",
"license": "MIT",
"engines": {