From 583e5ae1b7870e1b461773ee4685299608af489c Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 30 Jun 2020 14:00:12 +0100 Subject: [PATCH] Sort plugins alphabetically per list --- Plugins.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Plugins.md b/Plugins.md index 2d85f78..c769881 100644 --- a/Plugins.md +++ b/Plugins.md @@ -7,27 +7,27 @@ You will need to re-start EDMC for it to notice the new plugin. Available plugins - Confirmed working under Python 3.7 -------- -* [Habitable Zone](https://github.com/Marginal/HabZone) - Helps explorers find high-value planets. **NB: Latest 'Release' is still for Python 2.7, but the latest code commited in github does support Python 3.7.** [Download a zip of the github master](https://github.com/Marginal/HabZone/archive/master.zip) and install as usual, it will appear as "HabZone-master". You'll want to remove the old `HabZone-1.20` if you already had it installed, or rename the folder to `HabZone-1.20.disabled` +* [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).** * [DistanceCalc](https://github.com/Thurion/DistanceCalc) - Displays the distance to up to 3 systems. -* [Red Star Eliminator](https://github.com/Thurion/EDSM-RSE-for-EDMC) (RSE) - Displays names and distances to nearby systems of interest for projects of EDSM. Originally designed to seek out unknown coordinate stars, it has branched out to include several other projects. * [EDMC-Cannon](https://github.com/canonn-science/EDMC-Canonn/wiki) - keeps you up to date with Canonn News, directs you to things of interest in the game and captures data that will enable us to catalogue the mysteries of the Galaxy. * [EDMC Discord Presence](https://github.com/SayakMukhopadhyay/EDMC-Discord-Presence) - Show your current location to your friends on [Discord](https://discordapp.com/) from your user profile. -* [Exploration Progress](https://github.com/DlljsCodes/exploration-progress) - Allows explorer players to see their progress from one star system to another. -* [Hourly Income](https://github.com/Exynom/EDMC-HourlyIncome) - Displays your hourly income. -* [LandingPad](https://github.com/bgol/LandingPad) - Helps people to find their assigned landingpad position in starports. -* [StreamSource](https://github.com/Marginal/StreamSource) - Outputs status info to files for use as text sources in live streaming software such as Open Broadcaster Software (OBS), GameShow, XSplit, etc. * [EDMC-Screenshot](https://github.com/NoFoolLikeOne/EDMC-Screenshot) - Automatically renames screenshots with System and Body name, and converts them to PNG format. * [EDMC_SpanshRouter](https://github.com/CMDR-Kiel42/EDMC_SpanshRouter) - Automatically copies to your clipboard the next waypoint on a route you planned using [Spansh](https://www.spansh.co.uk/plotter) Neutron Plotter. -* [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).** +* [Exploration Progress](https://github.com/DlljsCodes/exploration-progress) - Allows explorer players to see their progress from one star system to another. +* [Habitable Zone](https://github.com/Marginal/HabZone) - Helps explorers find high-value planets. **NB: Latest 'Release' is still for Python 2.7, but the latest code commited in github does support Python 3.7.** [Download a zip of the github master](https://github.com/Marginal/HabZone/archive/master.zip) and install as usual, it will appear as "HabZone-master". You'll want to remove the old `HabZone-1.20` if you already had it installed, or rename the folder to `HabZone-1.20.disabled` +* [Hourly Income](https://github.com/Exynom/EDMC-HourlyIncome) - Displays your hourly income. +* [LandingPad](https://github.com/bgol/LandingPad) - Helps people to find their assigned landingpad position in starports. +* [Red Star Eliminator](https://github.com/Thurion/EDSM-RSE-for-EDMC) (RSE) - Displays names and distances to nearby systems of interest for projects of EDSM. Originally designed to seek out unknown coordinate stars, it has branched out to include several other projects. +* [StreamSource](https://github.com/Marginal/StreamSource) - Outputs status info to files for use as text sources in live streaming software such as Open Broadcaster Software (OBS), GameShow, XSplit, etc. Available plugins - Confirmed NOT working under Python 3.7 -------- * [CGThresholds](https://github.com/pprovart/CGThresholds) - Transmits anonymous data to [CGThresholdCalculator](https://sites.google.com/site/cgtthreshcalc) to calculate the Boundary for Reward Tiers. [Issue](https://github.com/pprovart/CGThresholds/issues/1) -* [Hostile Interaction Tracking System](https://github.com/inorton/EDMCHits) - Gives risk assessments for ship safety upon jumping into a star system. [Issue](https://github.com/inorton/EDMCHits/issues/21) -* [edstats](https://github.com/strideynet/edstats-edmc-plugin/wiki) - A plugin that transmits data to [EDStats](https://edstats.isadankme.me/). [Issue](https://github.com/strideynet/edstats-edmc-plugin/issues/3) * [edmc-chatviewer](https://github.com/WaferMouse/edmc-chatviewer/wiki) - A plugin for viewing the in-game chat. [Issue](https://github.com/WaferMouse/edmc-chatviewer/issues/5) * [EDMCJumpSpeed](https://github.com/inorton/EDMCJumpSpeed) - Shows trip distance and speed. (Partially updated, but at least missing is_beta parameter on journal_entry(), [ticket opened](https://github.com/inorton/EDMCJumpSpeed/issues/4)). +* [edstats](https://github.com/strideynet/edstats-edmc-plugin/wiki) - A plugin that transmits data to [EDStats](https://edstats.isadankme.me/). [Issue](https://github.com/strideynet/edstats-edmc-plugin/issues/3) +* [Hostile Interaction Tracking System](https://github.com/inorton/EDMCHits) - Gives risk assessments for ship safety upon jumping into a star system. [Issue](https://github.com/inorton/EDMCHits/issues/21) Available plugins - Unknown Python 3.7 status