1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-03 08:35:29 +02:00
joplin/packages/app-desktop/services/plugins
2021-08-18 12:09:45 +01:00
..
hooks Desktop: Resolves #4766: ENTER key no longer submits dialogs when a textarea is focused. (#4777) 2021-04-08 10:31:26 +01:00
PlatformImplementation.ts Plugins: Add support for loading application chrome and note CSS from the plugin 2021-07-23 11:05:21 +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 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 Revert "Plugins: Add ability to make dialogs fit the application window (#5219)" 2021-08-11 11:25:14 +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 Desktop: Fixes #4754: Roboto font in plugins (#4755) 2021-04-24 09:51:21 +01: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.