mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Follow-up docu for #644
This commit is contained in:
parent
a3829d5db6
commit
3562f21a04
1 changed files with 13 additions and 13 deletions
|
@ -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:
|
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!):
|
For completeness we describe the plugins here (do not include the quotes!):
|
||||||
|
|
||||||
* "Box Plugin"
|
* "Box"
|
||||||
* "Confluence Plugin"
|
* "Confluence"
|
||||||
* "Dropbox Plugin"
|
* "Dropbox"
|
||||||
* "External command Plugin"
|
* "ExternalCommand"
|
||||||
* "Flickr Plugin"
|
* "Flickr"
|
||||||
* "Imgur Plugin"
|
* "GooglePhotos"
|
||||||
* "Jira Plugin"
|
* "Imgur"
|
||||||
* "OCR Plugin"
|
* "Jira"
|
||||||
* "Office Plugin"
|
* "Office"
|
||||||
* "Photobucket Plugin"
|
* "Photobucket"
|
||||||
* "Picasa-Web Plugin"
|
* "Win10"
|
||||||
|
|
||||||
|
|
||||||
Destination
|
Destination
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue