mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
skeleton for bulk assign attributes
This commit is contained in:
@@ -1422,6 +1422,11 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
importDialog.showDialog(node.data.noteId);
|
||||
}
|
||||
|
||||
async bulkAssignAttributesCommand({node}) {
|
||||
const bulkAssignAttributesDialog = await import('../dialogs/bulk_assign_attributes.js');
|
||||
bulkAssignAttributesDialog.showDialog(this.getSelectedOrActiveNodes(node));
|
||||
}
|
||||
|
||||
forceNoteSyncCommand({node}) {
|
||||
syncService.forceNoteSync(node.data.noteId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user