mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
skeleton for bulk assign attributes
This commit is contained in:
@@ -104,7 +104,9 @@ class TreeContextMenu {
|
||||
{ title: "Export", command: "exportNote", uiIcon: "empty",
|
||||
enabled: notSearch && noSelectedNotes },
|
||||
{ title: "Import into note", command: "importIntoNote", uiIcon: "empty",
|
||||
enabled: notSearch && noSelectedNotes }
|
||||
enabled: notSearch && noSelectedNotes },
|
||||
{ title: "Bulk assign attributes", command: "bulkAssignAttributes", uiIcon: "empty",
|
||||
enabled: true }
|
||||
].filter(row => row !== null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user