1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/app-desktop/services/plugins
2022-11-15 09:11:23 +00:00
..
hooks Chore: Fixes 2022-11-15 09:11:23 +00:00
BackOffHandler.ts Desktop: More permissive plugin back-off rules 2022-04-27 13:20:25 +01:00
PlatformImplementation.ts Plugins: Added joplin.versionInfo method 2022-07-03 14:32:29 +01:00
plugin_index.html Desktop: Enforce utf-8 charset for plugin scripts (#4509) 2021-02-23 10:53:19 +00:00
plugin_index.js Tools: Fixes #5902: Correctly load external resources when bundling desktop app 2021-12-23 12:04:09 +01:00
PluginRunner.ts Desktop: Remove plugin backoff handler for now 2022-05-17 14:08:54 +01:00
README.md
UserWebview.tsx Tools: Add react-hooks/exhaustive-deps eslint rule 2022-08-19 12:10:04 +01:00
UserWebviewDialog.tsx Plugins: Resolves #5288: Improved support for fitToContent webview property (#5298) 2021-08-18 12:09:45 +01:00
UserWebviewDialogButtonBar.tsx
UserWebviewIndex.html Tools: Fixes #5902: Correctly load external resources when bundling desktop app 2021-12-23 12:04:09 +01:00
UserWebviewIndex.js Plugins: Allow posting messages from plugin to webview (#5569) 2021-11-09 15:50:50 +00:00

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