From 728a383e214e5b4024f6193b4a377bc83e55f0b1 Mon Sep 17 00:00:00 2001 From: LordHemlock Date: Fri, 13 Jul 2018 17:22:40 -0500 Subject: Updating resources.json Added Mu-Editor to the editor list. --- static/resources.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'static') diff --git a/static/resources.json b/static/resources.json index e1a44127..d35832da 100644 --- a/static/resources.json +++ b/static/resources.json @@ -358,6 +358,23 @@ "url": "https://www.sublimetext.com/" } ] + }, + "Mu-Editor": { + "description": "An editor aimed at beginners for the purpose of learning how to code without the distractions more advanced editors sometimes cause.", + "payment": "free", + "payment_description": null, + "urls": [ + { + "icon": "regular/link", + "title": "Website", + "url": "https://codewith.mu/en/" + }, + { + "icon": "branding/github", + "title": "GitHub", + "url": "https://github.com/mu-editor/mu/" + } + ] } } }, -- cgit v1.2.3