diff options
| -rw-r--r-- | static/resources.json | 17 | 
1 files changed, 17 insertions, 0 deletions
| 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/" +          } +        ]        }      }    }, | 
