mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-21 22:37:24 -05:00
* fix css files * create workflow * format code using prettier * black ignore 3rd party folder * format py code using black * black exclude option in workflow * Don't format workflow files * Add contributing instructions to readme --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
10 lines
422 B
YAML
10 lines
422 B
YAML
name: Stash Batch Result Toggle.
|
|
# requires: StashUserscriptLibrary
|
|
description: In Scene Tagger, adds button to toggle all stashdb scene match result fields. Saves clicks when you only want to save a few metadata fields. Instead of turning off every field, you batch toggle them off, then toggle on the ones you want
|
|
version: 1.0
|
|
ui:
|
|
requires:
|
|
- StashUserscriptLibrary
|
|
javascript:
|
|
- stashBatchResultToggle.js
|