From f76c587a6133ee49a6633d7a7dac420e39e4cd70 Mon Sep 17 00:00:00 2001
From: Neko Box Coder <93885501+Neko-Box-Coder@users.noreply.github.com>
Date: Sat, 18 May 2024 20:05:20 +0100
Subject: [PATCH 1/4] Create micro-misspell.json
---
plugins/micro-misspell.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 plugins/micro-misspell.json
diff --git a/plugins/micro-misspell.json b/plugins/micro-misspell.json
new file mode 100644
index 0000000..4a591da
--- /dev/null
+++ b/plugins/micro-misspell.json
@@ -0,0 +1,14 @@
+[{
+ "Name": "misspell",
+ "Description": "plugin that corrects commonly misspelled words",
+ "Tags": ["spell", "check", "misspell"],
+ "Versions": [
+ {
+ "Version": "0.2.0",
+ "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/0.2.0.zip",
+ "Require": {
+ "micro": ">=2.0.0"
+ }
+ }
+ ]
+}]
From 9b470ce6fb41c28858b9a44bbcaa99b71cc14d87 Mon Sep 17 00:00:00 2001
From: Neko Box Coder <93885501+Neko-Box-Coder@users.noreply.github.com>
Date: Sat, 18 May 2024 20:06:43 +0100
Subject: [PATCH 2/4] Update channel.json
---
channel.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/channel.json b/channel.json
index 6bd00cc..e02ca7b 100644
--- a/channel.json
+++ b/channel.json
@@ -87,6 +87,8 @@
"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",
+ // misspell plugin
+ "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-misspell.json"
]
From 09cf7c135a627ca8698fb12fb57f4036a44daa7d Mon Sep 17 00:00:00 2001
From: Neko Box Coder <93885501+Neko-Box-Coder@users.noreply.github.com>
Date: Sat, 18 May 2024 20:11:23 +0100
Subject: [PATCH 3/4] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3d8680a..2d35548 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ This repository contains the 'channel.json' file which lists all official micro
| `editorconfig` | EditorConfig Support for micro | https://github.com/10sr/editorconfig-micro | :heavy_check_mark: |
| `crystal` | Provides various `crystal` tools for crystal files | https://github.com/ColinRioux/micro-crystal | :heavy_check_mark: |
| `gotham-colors` | A colorscheme for code that never sleeps in Gotham City | https://github.com/novln/micro-gotham-colors | :heavy_check_mark: (provided by default) |
-| `misspell` | Plugin that corrects commonly misspelled words | https://github.com/onodera-punpun/micro-misspell-plugin | :heavy_check_mark: |
+| `misspell` | Plugin that corrects commonly misspelled words | https://github.com/onodera-punpun/micro-misspell-plugin (Original)
https://github.com/Neko-Box-Coder/micro-misspell-plugin (Updated) | :heavy_check_mark: |
| `monokai-dark` | A dark monokai colorscheme | https://github.com/Theodus/micro-monokai-dark | :heavy_check_mark: (provided by default) |
| `manipulator` | Extend text manipulation abilities | https://github.com/NicolaiSoeborg/manipulator-plugin | :heavy_check_mark: |
| `filemanager` | A file manager! | https://github.com/NicolaiSoeborg/filemanager-plugin | :heavy_check_mark: |
From 19c15b5540e3ca25ca3c4118f087c459ebe91162 Mon Sep 17 00:00:00 2001
From: Neko Box Coder <93885501+Neko-Box-Coder@users.noreply.github.com>
Date: Sat, 18 May 2024 20:17:22 +0100
Subject: [PATCH 4/4] Update micro-misspell.json
---
plugins/micro-misspell.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/micro-misspell.json b/plugins/micro-misspell.json
index 4a591da..62b963b 100644
--- a/plugins/micro-misspell.json
+++ b/plugins/micro-misspell.json
@@ -5,7 +5,7 @@
"Versions": [
{
"Version": "0.2.0",
- "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/0.2.0.zip",
+ "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/v0.2.0.zip",
"Require": {
"micro": ">=2.0.0"
}