You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-06 23:56:13 +02:00
Plugins: Add support for showOpenDialog method
This commit is contained in:
@ -7,6 +7,7 @@ import { Implementation as ImagingImplementation } from './api/JoplinImaging';
|
||||
|
||||
export interface JoplinViewsDialogs {
|
||||
showMessageBox(message: string): Promise<number>;
|
||||
showOpenDialog(options: any): Promise<any>;
|
||||
}
|
||||
|
||||
export interface JoplinViews {
|
||||
|
Reference in New Issue
Block a user