From 3264f214fa85c949fcd784603ac12b0da712a433 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Wed, 3 May 2017 17:38:56 +0100 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Plugins.md b/Plugins.md index 8004dea..659abbf 100644 --- a/Plugins.md +++ b/Plugins.md @@ -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.