mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
converted note source dialog to new pattern
This commit is contained in:
@@ -20,10 +20,6 @@ export default class RootCommandExecutor extends Component {
|
||||
import("../dialogs/note_revisions.js").then(d => d.showCurrentNoteRevisions());
|
||||
}
|
||||
|
||||
showNoteSourceCommand() {
|
||||
import("../dialogs/note_source.js").then(d => d.showDialog());
|
||||
}
|
||||
|
||||
pasteMarkdownIntoTextCommand() {
|
||||
import("../dialogs/markdown_import.js").then(d => d.importMarkdownInline());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user