Skip to content

Commit

Permalink
Add uchardet plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
niten94 committed Jul 11, 2024
1 parent c39c269 commit 4f836fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions PLUGINS_TO_STABLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
Put the name of the plugin as a list item here, So like
- filemanager2
-->
- uchardet
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ All the plugins are located externally with the latest update and is possible to
|| [sunny-day-theme] | Port of the Emacs theme by Martin Haesler. | ![Linux] ![Windows] ![macOS] | |
|| [testaustime] | Testaustime coding activity tracker for micro. | ![Linux] ![macOS] | |
|| [transform] | Plugin to do various kind of text transformations in Micro. | ![Linux] ![Windows] ![macOS] | |
| ❓️ | [uchardet] | Encoding detection. | ![Linux] ![Windows] ![macOS] | [uchardet_] |
|| [urlopen] | A plugin for the micro text editor to add support for opening URLs in text files. | ![macOS] | |
|| [wakatime] | Metrics, insights, and time tracking automatically generated from your programming activity. | ![Linux] ![Windows] ![macOS] | |
|| [xonsh] | Syntax highlighting for xonsh files. | ![Linux] ![Windows] ![macOS] | |
Expand Down Expand Up @@ -151,6 +152,7 @@ All the plugins are located externally with the latest update and is possible to
[sunny-day-theme]: https://github.com/dwwmmn/micro-sunny-day
[testaustime]: https://github.com/testaustime/testaustime-micro
[transform]: https://github.com/SuSonicTH/micro-transform
[uchardet]: https://github.com/niten94/micro-uchardet
[urlopen]: https://github.com/pjg11/micro-urlopen
[wakatime]: https://github.com/wakatime/micro-wakatime
[xonsh]: https://codeberg.org/micro-plugins/xonsh
Expand Down Expand Up @@ -184,4 +186,5 @@ All the plugins are located externally with the latest update and is possible to
[prettier_]: https://github.com/prettier/prettier
[pandoc]: https://github.com/jgm/pandoc
[firefox-esr]: https://www.mozilla.org/en-US/firefox/
[uchardet_]: https://www.freedesktop.org/wiki/Software/uchardet/

2 changes: 2 additions & 0 deletions channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
"https://raw.githubusercontent.com/SuSonicTH/micro-transform/master/repo.json",
//transform
"https://raw.githubusercontent.com/Testaustime/testaustime-micro/master/repo.json",
//uchardet
"https://raw.githubusercontent.com/niten94/micro-uchardet/master/repo.json",
//urlopen
"https://raw.githubusercontent.com/pjg11/micro-urlopen/main/repo.json",
//wakatime
Expand Down

0 comments on commit 4f836fa

Please sign in to comment.