Shortcuts to the Sitecore interface
Usage
A Sitecore interface tool that is disassociated enough with a given Sitecore site that expected shorts cuts work.
- It should never increase the number of clicks required for an action
- It should never destroy data or state without user acceptance
- It should make life easier and therefore its function should be as self-evident as possible. There should be short, easy to understand instructions when helpful or needed.
- It should make every reasonable effort to detect the current state and adjust for it
- It should never be dependant on anything except the script and a sitecore CM site. Settings and stored data will be created by the code as needed.
- It should work for Sitecore 8.x, 9.x. If differences in the two, it should try resolving with the newer version first. If that fails, then try the older versions.
TODO: Write history
TODO: Write credits
TODO: Write license