Skip to content

Commit 2dbdf47

Browse files
Docs: Plugin documentation: Update links to folders containing commands (#12120)
1 parent 2014fbf commit 2dbdf47

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/lib/services/plugins/api/JoplinCommands.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import Plugin from '../Plugin';
1818
* now, are not well documented. You can find the list directly on GitHub
1919
* though at the following locations:
2020
*
21-
* * [Main screen commands](https://github.com/laurent22/joplin/tree/dev/packages/app-desktop/gui/MainScreen/commands)
21+
* * [Main screen commands](https://github.com/laurent22/joplin/tree/dev/packages/app-desktop/gui/WindowCommandsAndDialogs/commands)
2222
* * [Global commands](https://github.com/laurent22/joplin/tree/dev/packages/app-desktop/commands)
2323
* * [Editor commands](https://github.com/laurent22/joplin/tree/dev/packages/app-desktop/gui/NoteEditor/editorCommandDeclarations.ts)
2424
*
@@ -29,8 +29,13 @@ import Plugin from '../Plugin';
2929
* commands can be found in these places:
3030
*
3131
* * [Global commands](https://github.com/laurent22/joplin/tree/dev/packages/app-mobile/commands)
32+
* * [Note screen commands](https://github.com/laurent22/joplin/tree/dev/packages/app-mobile/components/screens/Note/commands)
3233
* * [Editor commands](https://github.com/laurent22/joplin/blob/dev/packages/app-mobile/components/NoteEditor/commandDeclarations.ts)
3334
*
35+
* Additionally, certain global commands have the same implementation on both platforms:
36+
*
37+
* * [Shared global commands](https://github.com/laurent22/joplin/tree/dev/packages/lib/commands)
38+
*
3439
* ## Executing editor commands
3540
*
3641
* There might be a situation where you want to invoke editor commands

0 commit comments

Comments
 (0)