File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
packages/lib/services/plugins/api Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import Plugin from '../Plugin';
18
18
* now, are not well documented. You can find the list directly on GitHub
19
19
* though at the following locations:
20
20
*
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)
22
22
* * [Global commands](https://github.com/laurent22/joplin/tree/dev/packages/app-desktop/commands)
23
23
* * [Editor commands](https://github.com/laurent22/joplin/tree/dev/packages/app-desktop/gui/NoteEditor/editorCommandDeclarations.ts)
24
24
*
@@ -29,8 +29,13 @@ import Plugin from '../Plugin';
29
29
* commands can be found in these places:
30
30
*
31
31
* * [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)
32
33
* * [Editor commands](https://github.com/laurent22/joplin/blob/dev/packages/app-mobile/components/NoteEditor/commandDeclarations.ts)
33
34
*
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
+ *
34
39
* ## Executing editor commands
35
40
*
36
41
* There might be a situation where you want to invoke editor commands
You can’t perform that action at this time.
0 commit comments