From 3562f21a047157e61ed82c10410c36fe322e53b6 Mon Sep 17 00:00:00 2001 From: Christian Schulz Date: Mon, 28 Jul 2025 21:19:45 +0200 Subject: [PATCH] Follow-up docu for #644 --- ...1-29-excluding-plugin-destination.markdown | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/_faqs/2017-01-29-excluding-plugin-destination.markdown b/_faqs/2017-01-29-excluding-plugin-destination.markdown index 03073aa5d..745ad8a77 100644 --- a/_faqs/2017-01-29-excluding-plugin-destination.markdown +++ b/_faqs/2017-01-29-excluding-plugin-destination.markdown @@ -30,24 +30,24 @@ Here is an example on how to exclude plugins by adding the plugins you don't wan An example to exclude the box and dropbox plug-ins add the following line somewhere under the ```[Core]``` section: ``` -ExcludePlugins=Box Plugin,Dropbox Plugin +ExcludePlugins=Box,Dropbox ``` -The names of the plugin are visible in the Plugins tab of the settings or the greenshot.log (due to unfortunate decision while coding, they all end with " Plugin". +The names of the plugin are visible in the Plugins directory within Greenshot's installation directory (without the prefix "Greenshot.Plugin." ). For completeness we describe the plugins here (do not include the quotes!): -* "Box Plugin" -* "Confluence Plugin" -* "Dropbox Plugin" -* "External command Plugin" -* "Flickr Plugin" -* "Imgur Plugin" -* "Jira Plugin" -* "OCR Plugin" -* "Office Plugin" -* "Photobucket Plugin" -* "Picasa-Web Plugin" +* "Box" +* "Confluence" +* "Dropbox" +* "ExternalCommand" +* "Flickr" +* "GooglePhotos" +* "Imgur" +* "Jira" +* "Office" +* "Photobucket" +* "Win10" Destination