mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +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