mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
added new label "sorted" which will keep children notes alphabetically sorted, fixes #82
This commit is contained in:
@@ -30,6 +30,10 @@ class Note extends Entity {
|
||||
catch(e) {}
|
||||
}
|
||||
|
||||
isRoot() {
|
||||
return this.noteId === 'root';
|
||||
}
|
||||
|
||||
isJson() {
|
||||
return this.mime === "application/json";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user