From 7735d1a07bff5fc0c21c5d286ef93d9a2e07d88b Mon Sep 17 00:00:00 2001 From: Ryana May Que Date: Sun, 8 Sep 2024 22:47:06 +0800 Subject: [PATCH] BetterGifSend: make readme more concise --- src/plugins/betterGifSend/README.md | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/src/plugins/betterGifSend/README.md b/src/plugins/betterGifSend/README.md index d68673f5..5fe1af93 100644 --- a/src/plugins/betterGifSend/README.md +++ b/src/plugins/betterGifSend/README.md @@ -1,25 +1,21 @@ # BetterGifSend -This plugin enhances your GIF-sharing experience by providing control over how GIFs are inserted or sent and whether the GIF picker remains open or closes after sending a GIF. +This plugin adds configuration options regarding the GIF picker visibility/send behavior -## Configuration +## Configuration Options -### GIF Picker Behavior +### GIF picker visibility after selection -Control the visibility of the GIF picker after sending a GIF: +- Close after sending (Default) +- Always open +- Stay open with SHIFT -- **Close after sending**: The picker will close immediately after sending a GIF. (Default) -- **Always keep open**: The picker will always remain open after selecting a GIF. -- **Keep open when SHIFT is held**: Keeps the GIF picker open if the SHIFT key is held down. +### GIF selection behavior -### GIF Send Behavior +- Send immediately (Default) +- Insert into chatbox (also known as GifPaste) +- Insert into chatbox with SHIFT -Control how GIFs are sent: +### Clear Reply Context (Toggle, Enabled by default) -- **Send immediately**: Sends the GIF directly to the chat. (Default) -- **Insert into chatbox**: Inserts the GIF URL into the chatbox, allowing you to add additional text before sending. -- **Insert link if SHIFT is held**: Inserts the GIF URL into the chatbox if the SHIFT key is held down. - -### Clear Reply - -Automatically clear the reply context after sending a singular GIF. +- Clears the reply context after selecting a single GIF