diff --git a/channel.json b/channel.json index 6bd00cc..552c051 100644 --- a/channel.json +++ b/channel.json @@ -87,6 +87,9 @@ "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/palettero.json", // cheat plugin - "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-cheat.json" + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-cheat.json", + + // hunspell plugin + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-hunspell-plugin.json" ] diff --git a/plugins/micro-hunspell-plugin.json b/plugins/micro-hunspell-plugin.json new file mode 100644 index 0000000..98f27f9 --- /dev/null +++ b/plugins/micro-hunspell-plugin.json @@ -0,0 +1,16 @@ +[{ + "Name": "hunspell", + "Description": "Spellchecking with Hunspell", + "Tags": ["spellchecking", "spelling", "hunspell", "spellchecker"], + "Website": "https://github.com/clintre/micro-hunspell-plugin", + "License": "MIT", + "Versions": [ + { + "Version": "0.1.0", + "Url": "https://github.com/clintre/micro-hunspell-plugin/archive/v0.1.0.zip", + "Require": { + "micro": ">=2.0.0" + } + } + ] +}]