mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
basic bookmark support
This commit is contained in:
@@ -140,6 +140,10 @@ function getSomePathInner(note, path, respectHoisting) {
|
||||
path.push(note.noteId);
|
||||
path.reverse();
|
||||
|
||||
if (path.includes("hidden")) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (respectHoisting && !path.includes(cls.getHoistedNoteId())) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user