From ff659aa1d071e45d8feeb3ce42da20db3d024276 Mon Sep 17 00:00:00 2001 From: marc-dantas Date: Fri, 7 Nov 2025 18:39:20 -0300 Subject: [PATCH] add htmlcomplete plugin --- channel.json | 4 +++- plugins/htmlcomplete.json | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 plugins/htmlcomplete.json diff --git a/channel.json b/channel.json index 6bd00cc..89ba60e 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", + // htmlcomplete plugin + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-htmlcomplete.json" ] diff --git a/plugins/htmlcomplete.json b/plugins/htmlcomplete.json new file mode 100644 index 0000000..242cdc2 --- /dev/null +++ b/plugins/htmlcomplete.json @@ -0,0 +1,16 @@ +[{ + "Name": "htmlcomplete", + "Description": "plugin to improve user's quality-of-life using HTML in micro", + "Tags": ["formatter", "html"], + "Website": "https://github.com/marc-dantas/micro-htmlcomplete", + "License": "MIT", + "Versions": [ + { + "Version": "1.0.0", + "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/htmlcomplete-1.0.0.zip", + "Require": { + "micro": ">=2.0.0" + } + } + ] +}]