mirror of
https://github.com/zadam/trilium.git
synced 2025-12-17 21:59:55 +01:00
create new sortNotes backend API method and deprecate old sortNotesByTitle
This commit is contained in:
@@ -738,6 +738,10 @@ class NoteShort {
|
||||
return false;
|
||||
}
|
||||
|
||||
isInHiddenSubtree() {
|
||||
return this.noteId === '_hidden' || this.hasAncestor('_hidden');
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated NOOP
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user