Use path watcher to monitor note changes. Fix #2

Refactor so that the note/directory parsing is done in separate classes.
This commit is contained in:
Seong Jae Lee
2015-04-13 22:02:35 -07:00
parent 574bfc2b3d
commit 2b442b79e7
6 changed files with 279 additions and 70 deletions
+8 -1
View File
@@ -13,6 +13,13 @@
},
"dependencies": {
"fs-plus": "2.x",
"atom-space-pen-views": "^2.0.3"
"atom-space-pen-views": "^2.0.3",
"pathwatcher": "^4.2"
},
"devDependencies": {
"fs-plus": "2.x",
"atom-space-pen-views": "^2.0.3",
"pathwatcher": "^4.2",
"temp": "~0.7.0"
}
}