Multiple columns for quick tags #1033
Replies: 1 comment 2 replies
-
Somewhat related: #867; #792. This is a novel way to solve the "too many tags" problem, though! Personal thoughts:
I would just make the increased height option instead of this; the user can set it to 1000 or whatever and effectively get this functionality.
Of these two I would probably lean toward "number of columns," I think.
If we were going to this level of granularity (unlikely, I think, but fun), I would probably search for something that's more user friendly but even more complicated to code. For example, it's possible (albeit pretty convoluted as far as I know) to code drag and drop rearrange in javascript. Ultimately I think something like folders would be simpler to understand and used more, but now it sounds kind of neat to attempt :D |
Beta Was this translation helpful? Give feedback.
-
I like quick tags, but I don't like having so many bundles that I have to scroll through my bundles to find the specific tag I need, and I find I only really use ever the first four tag bundles on the list because scrolling down is effort and I've the object permanance of a rabid goldfish. Reducing the amount of scrolling necessary to use the feature extensively would make the feature much more usable to me such that I could add more tag bundles than I'm currently using because as stands I know I won't use most of the bundles I create.
My suggestion then, is to add some options to the quick tags settings that can make arrange it more like a table or soundboard that you look at rather than a list you scroll through.
Three simple options that'd achieve this would be:
The more granular implimentation I'd love to see in a perfect world would be individual bundle address
[Bundle address] is a string formated "X,Y" given to each bundle in addition to its name and tags; the system takes bundles and puts them at that address in the table. If multiple bundles have the same address, that conflict is resolved by putting them into a secondary dropdown menu. Bundle Address could potentially be implimented with "X,Y,Z,W..." formating such that the drop-down menus are themselves tables.
I'd be happy with either as I think either implimentation of columns would make the feature more user-friendly for me to use in mind of having just a lot of bundles.
Beta Was this translation helpful? Give feedback.
All reactions