mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
introduced NoteFull entity, fixes
This commit is contained in:
@@ -9,6 +9,10 @@ class NoteShort {
|
||||
this.hideInAutocomplete = row.hideInAutocomplete;
|
||||
}
|
||||
|
||||
isJson() {
|
||||
return this.mime === "application/json";
|
||||
}
|
||||
|
||||
async getBranches() {
|
||||
const branches = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user