mirror of
https://github.com/wassname/nvatom.git
synced 2026-09-11 12:30:45 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6fe704aad1 | ||
|
|
669839750c | ||
|
|
ee5dc2a87a | ||
|
|
bd7d47474c |
@@ -10,7 +10,7 @@ class NotationalVelocityView extends SelectListView
|
|||||||
initialize: (state) ->
|
initialize: (state) ->
|
||||||
@initializedAt = new Date()
|
@initializedAt = new Date()
|
||||||
super
|
super
|
||||||
@addClass('nvatom from-top overlay')
|
@addClass('nvatom')
|
||||||
@rootDirectory = Utility.getNoteDirectory()
|
@rootDirectory = Utility.getNoteDirectory()
|
||||||
unless fs.existsSync(@rootDirectory)
|
unless fs.existsSync(@rootDirectory)
|
||||||
throw new Error("The given directory #{@rootDirectory} does not exist. "
|
throw new Error("The given directory #{@rootDirectory} does not exist. "
|
||||||
|
|||||||
@@ -9,6 +9,10 @@
|
|||||||
'label': 'Toggle'
|
'label': 'Toggle'
|
||||||
'command': 'nvatom:toggle'
|
'command': 'nvatom:toggle'
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
'label': 'Open Interlink'
|
||||||
|
'command': 'nvatom:openInterlink'
|
||||||
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "nvatom",
|
"name": "nvatom",
|
||||||
"main": "./lib/notational-velocity",
|
"main": "./lib/notational-velocity",
|
||||||
"version": "0.9.0",
|
"version": "0.9.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Seongjae Lee <seongjae@gmail.com>",
|
"Seongjae Lee <seongjae@gmail.com>",
|
||||||
|
|||||||
Reference in New Issue
Block a user