added new APIs to access note detail, #2806

This commit is contained in:
zadam
2022-05-03 23:25:28 +02:00
parent 5dab189815
commit 93cc6b12ec
9 changed files with 513 additions and 29 deletions

View File

@@ -152,7 +152,7 @@ class NoteShort {
return JSON.parse(content);
}
catch (e) {
console.log(`Cannot parse content of note ${this.noteId}: `, e.message);
console.log(`Cannot parse content of note '${this.noteId}': `, e.message);
return null;
}