From 2dbdf472394902e70131837b4a8ff8f135cd987d Mon Sep 17 00:00:00 2001 From: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com> Date: Thu, 17 Apr 2025 05:02:03 -0700 Subject: [PATCH] Docs: Plugin documentation: Update links to folders containing commands (#12120) --- packages/lib/services/plugins/api/JoplinCommands.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/lib/services/plugins/api/JoplinCommands.ts b/packages/lib/services/plugins/api/JoplinCommands.ts index 7f4d31624e..e0584e3f31 100644 --- a/packages/lib/services/plugins/api/JoplinCommands.ts +++ b/packages/lib/services/plugins/api/JoplinCommands.ts @@ -18,7 +18,7 @@ import Plugin from '../Plugin'; * now, are not well documented. You can find the list directly on GitHub * though at the following locations: * - * * [Main screen commands](https://github.com/laurent22/joplin/tree/dev/packages/app-desktop/gui/MainScreen/commands) + * * [Main screen commands](https://github.com/laurent22/joplin/tree/dev/packages/app-desktop/gui/WindowCommandsAndDialogs/commands) * * [Global commands](https://github.com/laurent22/joplin/tree/dev/packages/app-desktop/commands) * * [Editor commands](https://github.com/laurent22/joplin/tree/dev/packages/app-desktop/gui/NoteEditor/editorCommandDeclarations.ts) * @@ -29,8 +29,13 @@ import Plugin from '../Plugin'; * commands can be found in these places: * * * [Global commands](https://github.com/laurent22/joplin/tree/dev/packages/app-mobile/commands) + * * [Note screen commands](https://github.com/laurent22/joplin/tree/dev/packages/app-mobile/components/screens/Note/commands) * * [Editor commands](https://github.com/laurent22/joplin/blob/dev/packages/app-mobile/components/NoteEditor/commandDeclarations.ts) * + * Additionally, certain global commands have the same implementation on both platforms: + * + * * [Shared global commands](https://github.com/laurent22/joplin/tree/dev/packages/lib/commands) + * * ## Executing editor commands * * There might be a situation where you want to invoke editor commands