mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
cleaned up link map
This commit is contained in:
@@ -22,10 +22,6 @@ export default class RootCommandExecutor extends Component {
|
||||
import("../dialogs/note_source.js").then(d => d.showDialog());
|
||||
}
|
||||
|
||||
showLinkMapCommand() {
|
||||
import("../dialogs/link_map.js").then(d => d.showDialog());
|
||||
}
|
||||
|
||||
pasteMarkdownIntoTextCommand() {
|
||||
import("../dialogs/markdown_import.js").then(d => d.importMarkdownInline());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user