| Summary | Colors the tag background image based on the heighest parent and sorts tag with the same heighest parent together. | |
| Repository | https://github.com/xiosensei/Xio-Stash/tree/main/plugins/categorize_tags_based_on_parent | |
| Source URL | https://xiosensei.github.io/Xio-Stash/index.yml | |
| Install | How to install a plugin? |
Hi, thanks for the great plugin.
I found a Missfunction by using it WIth these Plugin: Link Tags To Page
If both enabled the Color and the Sorting function does not work.
yeah that makes sense because the other plugin is changing the html so my code won’t work on it. I suggest reaching out to the other developer so instead of changing the html… the only thing that needs to be changed is the link in the html!
Hey, I’m the dev of linkTagsToPage, and I’m happy to attempt to add compatability. In my own testing though, I wasn’t able to observe the behavior of this plugin to get a good baseline.
I tested my own instance with all plugins & themes turned off except for “categorize tags based on parent”, but am not able to see the background color changing. I’m testing with an image that has four tags:
- tag 1 (unrelated, no parents, no children)
- tag 2 (parent of tag 3 & 4)
- tag 3 (child of tag 2)
- tag 4 (child of tag 2)
I don’t observe and html or color changes, nor any console output.
Could one of @norman_124 or @xiosensei confirm this plugin to be working?
The CTBOP plugin does not sort tags on images (in my Stash); it only sorts them on scenes. I didn’t deactivate any other plugin, but when I activate yours, the sorting function is gone.
I see, I’m guessing that you’re overriding the same component. Is there a clean way to handle this behavior, or are our plugins mutually exclusive? You are free to rip code from mine and offer an option in yours to enable the tagToPage behavior