From db7ffca9f576f79dfdce76a8d0cdf18baf11176d Mon Sep 17 00:00:00 2001 From: Clint Date: Tue, 9 Jun 2026 10:40:21 -0500 Subject: [PATCH 1/2] Create micro-hunspell-plugin.json --- plugins/micro-hunspell-plugin.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 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" + } + } + ] +}] From f392374c7389d033ae652afb6c474f05acfbc7dc Mon Sep 17 00:00:00 2001 From: Clint Date: Tue, 9 Jun 2026 10:42:21 -0500 Subject: [PATCH 2/2] Update channel.json - add hunspell plugin --- channel.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" ]