1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/generator-joplin/generators/app/templates
2023-08-25 10:41:46 +01:00
..
api Desktop: Resolves #8080: Add support for plugin user data (#8312) 2023-06-13 18:06:16 +01:00
src Desktop: Resolves #8408: Adding support for plugin icons (#8499) 2023-07-25 15:47:43 +01:00
.gitignore_TEMPLATE Generator: Update plugin generator to handle requirements of coming plugin repository 2021-01-04 18:45:43 +00:00
.npmignore_TEMPLATE Generator: Update plugin generator to handle requirements of coming plugin repository 2021-01-04 18:45:43 +00:00
api_index.ts Plugins: Added support app_min_version property and made it required 2020-11-15 14:18:46 +00:00
GENERATOR_DOC.md Doc: Update plugin generator doc 2023-08-25 10:41:46 +01:00
package_TEMPLATE.json Generator: Add script updateVersion to update both manifest and package version numbers 2023-06-28 14:48:04 +01:00
plugin.config.json Generator: Better handling of external scripts 2021-01-08 16:31:11 +00:00
README.md Generator: Updated doc 2023-06-28 14:49:19 +01:00
tsconfig.json Plugins: Added support app_min_version property and made it required 2020-11-15 14:18:46 +00:00
webpack.config.js Tools: Enable eslint rule comma-dangle: always-multiline for functions 2023-08-22 11:58:53 +01:00

Joplin Plugin

This is your new Joplin plugin. It is suggested that you use this README file to document your plugin.

For information on how to build or publish the plugin, please see GENERATOR_DOC.md