1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00
joplin/packages/app-desktop/services/plugins
2023-12-11 13:58:45 +00:00
..
hooks Desktop: Fixes #8961: Fix rare crash when developing a plugin 2023-11-09 12:26:06 +00:00
BackOffHandler.ts Chore: Move Logger from lib to utils package 2023-07-27 16:08:11 +01:00
PlatformImplementation.ts Plugins: Add support for showOpenDialog method 2023-10-31 15:30:05 +00:00
plugin_index.html
plugin_index.js Desktop: Resolves #7934: Add Simple Backup as a default plugin (#9360) 2023-12-11 13:58:45 +00:00
PluginRunner.ts Desktop: Resolves ##5389: Add support for note list plugins (#8897) 2023-09-18 17:40:36 +01:00
README.md
UserWebview.tsx Tools: Enable eslint rule comma-dangle: always-multiline for functions 2023-08-22 11:58:53 +01:00
UserWebviewDialog.tsx
UserWebviewDialogButtonBar.tsx
UserWebviewIndex.html
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.