1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Add dialog to select a note and link to it (#11891)

This commit is contained in:
Laurent Cozic
2025-02-27 18:24:02 +00:00
committed by GitHub
parent 9cbd1b855c
commit 8bdb6c5d72
10 changed files with 129 additions and 10 deletions

View File

@@ -999,6 +999,7 @@ function useMenu(props: Props) {
rootMenus.go.submenu.push(menuItemDic.gotoAnything);
rootMenus.tools.submenu.push(menuItemDic.commandPalette);
rootMenus.tools.submenu.push(menuItemDic.linkToNote);
rootMenus.tools.submenu.push(menuItemDic.openMasterPasswordDialog);
for (const view of props.pluginMenuItems) {