Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) <br> <br> 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: |
Expand Down
4 changes: 3 additions & 1 deletion channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
14 changes: 14 additions & 0 deletions plugins/micro-misspell.json
Original file line number Diff line number Diff line change
@@ -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/v0.2.0.zip",
"Require": {
"micro": ">=2.0.0"
}
}
]
}]