Notebook 操作

Notebook
     添加/子 [ok]
     重命名 [ok]
     移动 [ok]
     删除 [ok]
     list trash [ok]
Note
     add [todo, markdown]
     delete [ok]
     deleteTrash [ok]
This commit is contained in:
life
2015-02-07 22:44:42 +08:00
parent 6b574aa208
commit 11b6e7bc99
5 changed files with 94 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ Api.addNotebook({
*/
// Api.uploadImage();
User.userId = '54bdc65599c37b0da9000002';
Note.getNoteByServerNoteId('54ce32fc99c37b1d5c0005a4', function(doc) {
Note.hasNotes('54bdc65599c37b0da9000005', function(doc) {
console.log(doc);
});
/*