diff --git a/Plugins.md b/Plugins.md index 947a73e..c84a236 100644 --- a/Plugins.md +++ b/Plugins.md @@ -1,10 +1,22 @@ -Plugins extend the behaviour of this app. To install a downloaded plugin: +Plugins allow you to customise and extend the behavior of EDMC. -* On the Plugins settings tab press the “Open” button. This reveals the `plugins` folder where this app looks for plugins. +Installing a Plugin +--- + +To install a downloaded plugin: + +* Navigate to the Plugins tab on 'File' > 'Settings', then press the “Open” button. This shows the `plugins` folder where this app looks for plugins. * Open the `.zip` archive that you downloaded and move the folder contained inside into the `plugins` folder. You will need to re-start EDMC for it to notice the new plugin. +Reporting problems with Plugins +--- +In the first instance all issues with EDMC plugins (other than the core +plugins 'EDDN', 'EDSM' and 'Inara') should be reported to the author of +that plugin, **not as an issue on the main EDMC project**. + + Available plugins - Confirmed working under Python 3.7 -------- * [ATEL-EDMC](https://github.com/Elite-IGAU/ATEL-EDMC/releases) - Automatically collects "Codex" discovery data, and (optionally) posts public Astronomical Discovery "Telegram" style notices. **NB: Ensure you're using a Python 3.7 compatible version, [1.32 or later](https://github.com/Elite-IGAU/ATEL-EDMC/releases/tag/1.32).** @@ -48,4 +60,4 @@ If you would like to write a plugin --- EDMC is migrating from Python 2.7 to Python 3.7. Currently the updated documentation for writing a plugin under Python 3.7 is at [PLUGINS.md](https://github.com/Marginal/EDMarketConnector/blob/develop/PLUGINS.md). -EDMC 3.46 is the final version using Python 2.7. The older documentation is still available at [PLUGINS.md](https://github.com/EDCD/EDMarketConnector/blob/rel-346/PLUGINS.md) . \ No newline at end of file +EDMC 3.46 is the final version using Python 2.7. The older documentation is still available at [PLUGINS.md](https://github.com/EDCD/EDMarketConnector/blob/rel-346/PLUGINS.md) .