mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
excludeFromTreeMap generalized to excludeFromNoteMap
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = () => {
|
||||
|
||||
for (const note of Object.values(becca.notes)) {
|
||||
if (note.hasLabel('calendarRoot')) {
|
||||
note.addLabel('excludeFromTreeMap', "", true);
|
||||
note.addLabel('excludeFromNoteMap', "", true);
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user