mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
link map empty dialog
This commit is contained in:
@@ -14,6 +14,7 @@ import attributesDialog from "../dialogs/attributes.js";
|
||||
import helpDialog from "../dialogs/help.js";
|
||||
import noteInfoDialog from "../dialogs/note_info.js";
|
||||
import aboutDialog from "../dialogs/about.js";
|
||||
import linkMapDialog from "../dialogs/link_map.js";
|
||||
import protectedSessionService from "./protected_session.js";
|
||||
|
||||
function registerEntrypoints() {
|
||||
@@ -58,6 +59,10 @@ function registerEntrypoints() {
|
||||
noteSourceDialog.showDialog();
|
||||
});
|
||||
|
||||
$noteTabContainer.on("click", ".show-link-map-button", function() {
|
||||
linkMapDialog.showDialog();
|
||||
});
|
||||
|
||||
$("#options-button").click(optionsDialog.showDialog);
|
||||
|
||||
$("#show-help-button").click(helpDialog.showDialog);
|
||||
|
||||
Reference in New Issue
Block a user