This repository automatically collects and lists micro editor plugins.
You can browse the full plugin list here:
micro Plugin List on GitHub Pages
- This project fetches GitHub repositories containing a
repo.jsonfile. - The
repo.jsonmust be located in the root of the default branch (mainormaster). - The file should contain an array of plugin metadata, each with
NameandDescriptionfields.
Example:
[
{
"Name": "MyPlugin",
"Description": "A plugin that does something useful"
}
]The plugin list is generated from publicly available metadata.
This repository itself is licensed under the MIT License.
Aki Kareha (aki@kareha.org)