mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	refactored KB handling and add link dialog
This commit is contained in:
		@@ -42,10 +42,6 @@ export default class DialogCommandExecutor extends Component {
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    addLinkToTextCommand() {
 | 
			
		||||
        import("../dialogs/add_link.js").then(d => d.showDialog());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    async cloneNoteIdsToCommand({noteIds}) {
 | 
			
		||||
        const d = await import("../dialogs/clone_to.js");
 | 
			
		||||
        d.showDialog(noteIds);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user