From f2fbde2596a5e5b2d48bfa637286eb2668484732 Mon Sep 17 00:00:00 2001 From: deo <53539012+deoxify@users.noreply.github.com> Date: Sun, 30 Aug 2026 00:51:05 +0300 Subject: [PATCH] Add Quoter Mk2 plugin URL to channel.json --- channel.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/channel.json b/channel.json index 6bd00cc..71cee7b 100644 --- a/channel.json +++ b/channel.json @@ -43,6 +43,9 @@ // Quoter plugin "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-quoter.json", + + // Quoter Mk2 plugin + "https://raw.githubusercontent.com/deoxify/micro-quotermk2/refs/heads/main/repo.json", // Bounce plugin "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-bounce.json",