Difference between revisions of "Clipboard Configuration"
Russ hensel (talk | contribs) |
Russ hensel (talk | contribs) |
||
Line 1: | Line 1: | ||
− | This is a configuration guide to a Python Clipboard Application, the root | + | This is a configuration guide to a Python Clipboard Application, the root documentation is at: ''''''[[Python Smart ClipBoard]]'''''' |
= Overview = | = Overview = | ||
Line 9: | Line 9: | ||
= Settings Unique to Clipboard = | = Settings Unique to Clipboard = | ||
− | + | In each of the sections: | |
− | + | * '''[[Clipboard Transformations]]''' | |
+ | * '''[[Clipboard Snippets]]''' | ||
+ | * '''[[Clipboard Snips]]''' | ||
+ | * '''[[Clipboard Commands]]''' | ||
+ | There are some elements that refer to configuration around those topics. | ||
+ | |||
+ | For other settings unique to the clipboard app I suggest you study the code in parameters.py. I will add more here if it seems worth the effort. Have a question? Contact Me. | ||
Revision as of 13:23, 20 March 2020
This is a configuration guide to a Python Clipboard Application, the root documentation is at: 'Python Smart ClipBoard'
Overview
This application shares a configuration strategy that I use for my other applications, this is documented in Configuration Files For Python, this document will only cover aspects of the configuration that are unique to the Clipboard application. As usual read the code, parameters.py paying particular attention to the default section which often has the best documentation.
Settings Unique to Clipboard
In each of the sections:
There are some elements that refer to configuration around those topics.
For other settings unique to the clipboard app I suggest you study the code in parameters.py. I will add more here if it seems worth the effort. Have a question? Contact Me.