mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
note map refactoring
This commit is contained in:
@@ -148,7 +148,7 @@ function getGlobalTreeMap() {
|
||||
const noteIds = new Set();
|
||||
|
||||
const notes = Object.values(becca.notes)
|
||||
.filter(note => !note.isArchived)
|
||||
.filter(note => !note.isArchived && !note.hasLabel('excludeFromTreeMap'))
|
||||
.map(note => [
|
||||
note.noteId,
|
||||
note.isContentAvailable() ? note.title : '[protected]',
|
||||
|
||||
Reference in New Issue
Block a user