1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/readme/api/references/plugin_loading_rules.md

10 lines
422 B
Markdown
Raw Normal View History

2020-11-16 20:32:54 +02:00
# Plugin Loading Rules
When loading plugins from the profile `plugins` directory, Joplin will look at the following locations:
- `plugins/PLUGIN_ID.js`
- `plugins/PLUGIN_ID/index.js`
- `plugins/PLUGIN_ID/dist/index.js`
- Any directory or file that starts with "_" will be excluded. This can be used to disable a plugin without having to delete it from the directory.
`PLUGIN_ID` can be any string but it must be unique.