Now I don’t know if this is a common problem but I make heavy use of the tagging feature - for example I often find myself creating a couple of markers for a new scene and they have mostly the same tags. I have to manually enter and select every single tag.
From the browser console I gathered that react-select is used for “tags chooser” and the functionality is excellent, I’m not gonna lie.
However it one thing I’m missing is the ability to input multiple tags rapidly, for example as text from the clipboard.
Think when you paste email addresses in the “To:” field in Thunderbird. You paste the text jon@example.org; jil@another.net and it is smart enough to create these as two separate addresses. You can also select these addresses one by one, hit copy and it will give you a text string that is reusable. You get the point…
For stashapp it could look like copy and pasting multiple tag id’s like 100; 2043; 543 or even as text like "Bunny", "Rabbit", "Tall" etc.
From what I understand from react-select website I don’t think this is easily doable. However maybe there’s another way to do this that I haven’t considered? Would love to hear your ideas!!