1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-07-14 15:41:09 +03:00

Updated Plugins (markdown)

Jonathan Harris 2017-05-03 17:38:56 +01:00
parent fccbd5a819
commit 3264f214fa

@ -1,9 +1,21 @@
Plugins extend the behavior of this app. To install a downloaded plugin, open the `.zip` archive and move the folder contained inside into the following folder:
Plugins extend the behaviour of this app. To install a downloaded plugin:
* On the Plugins settings tab press the “Open” button. This reveals 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.
Available plugins
--------
* [EDMC-Inara](https://gitlab.com/mrsheepsheep/EDMC-Inara) - A simple plugin that links your Inara account to EDMC.
* [edmc-chatviewer](https://github.com/WaferMouse/edmc-chatviewer/wiki) - A plugin for viewing the in-game chat.
More info
--------
The `plugins` folder is located at:
* Windows: `%LOCALAPPDATA%\EDMarketConnector\plugins` (usually `C:\Users\you\AppData\Local\EDMarketConnector\plugins`).
* Mac: `~/Library/Application Support/EDMarketConnector/plugins` (in Finder hold ⌥ and choose Go → Library to open your `~/Library` folder).
* Linux: `$XDG_DATA_HOME/EDMarketConnector/plugins`, or `~/.local/share/EDMarketConnector/plugins` if `$XDG_DATA_HOME` is unset.
You will need to re-start EDMC for it to notice the new plugin.
Refer to [PLUGINS.md](https://github.com/Marginal/EDMarketConnector/blob/master/PLUGINS.md) if you would like to write a plugin.