mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
WIP per-tab hoisting
This commit is contained in:
@@ -86,6 +86,10 @@ function getNoteTitle(childNoteId, parentNoteId) {
|
||||
}
|
||||
|
||||
function getNoteTitleArrayForPath(notePathArray) {
|
||||
if (notePathArray.length === 1 && notePathArray[0] === cls.getHoistedNoteId()) {
|
||||
return [getNoteTitle(cls.getHoistedNoteId())];
|
||||
}
|
||||
|
||||
const titles = [];
|
||||
|
||||
let parentNoteId = 'root';
|
||||
|
||||
Reference in New Issue
Block a user