From cd7ba4ac45e506b32ff55f534e895e18fb7fbb46 Mon Sep 17 00:00:00 2001 From: llxee <146317652+llxee@users.noreply.github.com> Date: Sun, 14 Sep 2025 18:29:00 +0800 Subject: [PATCH 1/2] Add new plugin Insert configuration file --- .../Insert-b8fda924-12e9-43cf-a35f-0d7aba08ad06.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/Insert-b8fda924-12e9-43cf-a35f-0d7aba08ad06.json diff --git a/plugins/Insert-b8fda924-12e9-43cf-a35f-0d7aba08ad06.json b/plugins/Insert-b8fda924-12e9-43cf-a35f-0d7aba08ad06.json new file mode 100644 index 000000000..f7a77c3b0 --- /dev/null +++ b/plugins/Insert-b8fda924-12e9-43cf-a35f-0d7aba08ad06.json @@ -0,0 +1,12 @@ +{ + "ID": "b8fda924-12e9-43cf-a35f-0d7aba08ad06", + "Name": "Insert", + "Description": "a plugin that help you insert words into formatted strings", + "Author": "llxee", + "Version": "1.0.0", + "Language": "C#", + "Website": "https://github.com/llxee/Flow.Launcher.Plugin.Insert", + "UrlDownload": "https://github.com/llxee/Flow.Launcher.Plugin.Insert/releases/download/v1.0.0/Flow.Launcher.Plugin.Insert.zip", + "UrlSourceCode": "https://github.com/llxee/Flow.Launcher.Plugin.Insert/tree/main", + "IcoPath": "https://cdn.jsdelivr.net/gh/llxee/Flow.Launcher.Plugin.Insert@main/Images/icon.png" +} From 2847e6eb5dfd65a7595b1207d7bf2fd6a509fd70 Mon Sep 17 00:00:00 2001 From: llxee <146317652+llxee@users.noreply.github.com> Date: Mon, 15 Sep 2025 12:05:24 +0800 Subject: [PATCH 2/2] Change Language field value to lowercase 'csharp' --- plugins/Insert-b8fda924-12e9-43cf-a35f-0d7aba08ad06.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Insert-b8fda924-12e9-43cf-a35f-0d7aba08ad06.json b/plugins/Insert-b8fda924-12e9-43cf-a35f-0d7aba08ad06.json index f7a77c3b0..1b9db3a1c 100644 --- a/plugins/Insert-b8fda924-12e9-43cf-a35f-0d7aba08ad06.json +++ b/plugins/Insert-b8fda924-12e9-43cf-a35f-0d7aba08ad06.json @@ -4,7 +4,7 @@ "Description": "a plugin that help you insert words into formatted strings", "Author": "llxee", "Version": "1.0.0", - "Language": "C#", + "Language": "csharp", "Website": "https://github.com/llxee/Flow.Launcher.Plugin.Insert", "UrlDownload": "https://github.com/llxee/Flow.Launcher.Plugin.Insert/releases/download/v1.0.0/Flow.Launcher.Plugin.Insert.zip", "UrlSourceCode": "https://github.com/llxee/Flow.Launcher.Plugin.Insert/tree/main",