From 4f836fad1715b3a8348aa02c31e08f3e8ab706b3 Mon Sep 17 00:00:00 2001 From: niten94 <127052329+niten94@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:25:13 +0800 Subject: [PATCH] Add uchardet plugin --- PLUGINS_TO_STABLE.md | 1 + README.md | 3 +++ channel.json | 2 ++ 3 files changed, 6 insertions(+) diff --git a/PLUGINS_TO_STABLE.md b/PLUGINS_TO_STABLE.md index d4e3f64..1d9965e 100644 --- a/PLUGINS_TO_STABLE.md +++ b/PLUGINS_TO_STABLE.md @@ -3,3 +3,4 @@ Put the name of the plugin as a list item here, So like - filemanager2 --> +- uchardet diff --git a/README.md b/README.md index a8da919..910f862 100644 --- a/README.md +++ b/README.md @@ -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] | | @@ -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 @@ -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/ diff --git a/channel.json b/channel.json index 989cb40..f1fbb01 100644 --- a/channel.json +++ b/channel.json @@ -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