1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/app-desktop/services/plugins
2021-02-23 10:53:19 +00:00
..
hooks Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
PlatformImplementation.ts Plugins: Improved note change event handling. Also added tests and improved debugging plugins. 2020-12-01 14:08:41 +00:00
plugin_index.html Desktop: Enforce utf-8 charset for plugin scripts (#4509) 2021-02-23 10:53:19 +00:00
plugin_index.js Plugins: Add support for joplin.plugins.installationDir to allow accessing external files packaged with the plugin 2021-01-27 12:48:47 +00:00
PluginRunner.ts Plugins: Improved note change event handling. Also added tests and improved debugging plugins. 2020-12-01 14:08:41 +00:00
README.md All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
UserWebview.tsx Plugins: Resolves #4474: Focus dialog when it is opened so that ENTER/ESC shortcuts work 2021-02-07 09:39:56 +00:00
UserWebviewDialog.tsx Plugins: Resolves #4474: Focus dialog when it is opened so that ENTER/ESC shortcuts work 2021-02-07 09:39:56 +00:00
UserWebviewDialogButtonBar.tsx Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +00:00
UserWebviewIndex.html All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
UserWebviewIndex.js Plugins: Added support for bi-directional messages in content scripts and webview scripts using postMessage 2021-01-11 23:33:10 +00:00

Platform-specific (here desktop) plugin methods should be implemented here.