1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-27 23:28:38 +02:00

Plugins: Add support for editor context menu

This commit is contained in:
Laurent Cozic
2020-11-14 00:02:17 +00:00
parent 7151a48138
commit 4f41fb7b54
77 changed files with 6096 additions and 158 deletions

View File

@ -204,7 +204,10 @@ export enum MenuItemLocation {
Note = 'note',
Tools = 'tools',
Help = 'help',
// Deprecated - do not use - same as NoteListContext
Context = 'context',
NoteListContextMenu = 'noteListContextMenu',
EditorContextMenu = 'editorContextMenu',
}
export interface MenuItem {