From 2c1e249e68048f7478ead94d37cb921af7287f16 Mon Sep 17 00:00:00 2001 From: Guifur <101485318+guifur@users.noreply.github.com> Date: Tue, 9 Sep 2025 21:16:28 -0300 Subject: [PATCH] Create selectparagraphs.json --- plugins/selectparagraphs.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/selectparagraphs.json diff --git a/plugins/selectparagraphs.json b/plugins/selectparagraphs.json new file mode 100644 index 0000000..3ada23d --- /dev/null +++ b/plugins/selectparagraphs.json @@ -0,0 +1,15 @@ +[{ + "Name": "selectparagraphs", + "Description": "Continue paragraphs seletion, upwards or downwards, in any file.", + "Tags": ["select", "paragraph"], + "Website": "https://github.com/guifur/selectparagraphs", + "Versions": [ + { + "Version": "1.0.0", + "Url": "https://github.com/guifur/selectparagraphs", + "Require": { + "micro": ">=2.0.0-1" + } + } + ] +}]