| Summary | Fast tagging without searching for tags. | |
| Repository | https://github.com/spaceyuck/stash-plugins/tree/master/plugins/FastTagger | |
| Source URL | https://spaceyuck.github.io/stash-plugins/index.yml | |
| Install | How to install a plugin? |
Related repo: GitHub - spaceyuck/stash-fasttagger: A UI plugin for Stash that enables fast tagging without searching for tags.
A UI plugin for Stash that enables fast tagging without searching for tags.
This plugin heavily inspired by the Quick Edit Plugin by S3L3CT3DLoves, but implemented using the UI Plugin API.
Basic functionality
- show a small “Open Quick Tag Editor” link under each multi tag select box in the UI
- tags to select are show grouped, and can be toggled on and of with a signle click
- tags have a hover popup in the spirit of the actual tag hover popup, showing name, desciption and image (it’s not identical, since that UI component is not acessible to UI plugins)
- a “Settings” button a the bottom of the Quick Tag Editor will open a settings popup, where the tags and groups can be configured
Features
- create many groups to organize tags
- groups can be hidden per item type, so that for example a group can be hidden when tagging performers, but shown for scenes and images
- groups can be conigured to only be shown when a selected tag is already tagged, allowing a setup where one tag group contains the broad topics to be tagged, and only show the more specific tags for each topic if it is selected
- move tags between tag groups, or no tag group (tags can only belong to one group, and tags without a group will not be shown in the Quick Tag Editor)
- tags are always sorted based on Tag sort name and name, so special topic-dependent non-alphanumeric tag orders can be relized through the sort name
- tags can have an optional shorter display name, enabling very compact tag buttons within the context of a group, even with many tags in a group
- configuration is stored within the Stash server itself
- download and upload the current configuration to / from a JSON file, as a convient for of backup (it is not recommended to reuse configuration backup between different Stash servers, since they are specific to the tag IDs of the specific server)
- a mechanism to import the settings from the Quick Edit / Easy tag plugin by S3L3CT3DLoves, so if you have already configured a complex structure there, it should be only one click to migrate it over
Screenshots
Initial state of any tag multi-select
tag multi-select with open editor
Settings dialog, on tab for managing tag groups
Settings dialog, on tab for managing tag to group assignments



