1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/packages/app-desktop/services/plugins
2023-09-17 11:40:50 +01:00
..
hooks Desktop: Fixes #8723: Update CSS variables in user iframes on theme change (#8724) 2023-08-25 09:20:44 +01:00
BackOffHandler.ts Chore: Move Logger from lib to utils package 2023-07-27 16:08:11 +01:00
PlatformImplementation.ts Desktop: Add support for plugin imaging API (#8900) 2023-09-17 11:40:50 +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 Desktop: Fixed certain plugins that were using the sqlite3 database 2023-01-05 10:21:26 +00:00
PluginRunner.ts Chore: Move Logger from lib to utils package 2023-07-27 16:08:11 +01:00
README.md All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
UserWebview.tsx Tools: Enable eslint rule comma-dangle: always-multiline for functions 2023-08-22 11:58:53 +01:00
UserWebviewDialog.tsx Plugins: Resolves #5288: Improved support for fitToContent webview property (#5298) 2021-08-18 12:09:45 +01:00
UserWebviewDialogButtonBar.tsx Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +00:00
UserWebviewIndex.html Tools: Fixes #5902: Correctly load external resources when bundling desktop app 2021-12-23 12:04:09 +01:00
UserWebviewIndex.js Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00

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