You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-24 23:26:50 +02:00
Plugins: Added support app_min_version property and made it required
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import type Joplin from './Joplin';
|
||||
|
||||
declare const joplin:Joplin;
|
||||
declare const joplin: Joplin;
|
||||
|
||||
export default joplin;
|
||||
export default joplin;
|
||||
|
@ -204,8 +204,8 @@ export enum MenuItemLocation {
|
||||
Note = 'note',
|
||||
Tools = 'tools',
|
||||
Help = 'help',
|
||||
/*
|
||||
* Deprecated - do not use - same as NoteListContext
|
||||
/**
|
||||
* @deprecated Do not use - same as NoteListContextMenu
|
||||
*/
|
||||
Context = 'context',
|
||||
NoteListContextMenu = 'noteListContextMenu',
|
||||
|
Reference in New Issue
Block a user