mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-29 17:26:38 +01:00 
			
		
		
		
	create note from template WIP
This commit is contained in:
		| @@ -217,11 +217,11 @@ export default class AttributeEditorWidget extends NoteContextAwareWidget { | ||||
|             y: e.pageY, | ||||
|             orientation: 'left', | ||||
|             items: [ | ||||
|                 {title: `Add new label <kbd data-command="addNewLabel"></kbd>`, command: "addNewLabel", uiIcon: "hash"}, | ||||
|                 {title: `Add new relation <kbd data-command="addNewRelation"></kbd>`, command: "addNewRelation", uiIcon: "transfer"}, | ||||
|                 {title: `Add new label <kbd data-command="addNewLabel"></kbd>`, command: "addNewLabel", uiIcon: "bx bx-hash"}, | ||||
|                 {title: `Add new relation <kbd data-command="addNewRelation"></kbd>`, command: "addNewRelation", uiIcon: "bx bx-transfer"}, | ||||
|                 {title: "----"}, | ||||
|                 {title: "Add new label definition", command: "addNewLabelDefinition", uiIcon: "empty"}, | ||||
|                 {title: "Add new relation definition", command: "addNewRelationDefinition", uiIcon: "empty"}, | ||||
|                 {title: "Add new label definition", command: "addNewLabelDefinition", uiIcon: "bx bx-empty"}, | ||||
|                 {title: "Add new relation definition", command: "addNewRelationDefinition", uiIcon: "bx bx-empty"}, | ||||
|             ], | ||||
|             selectMenuItemHandler: ({command}) => this.handleAddNewAttributeCommand(command) | ||||
|         }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user