Quote:
Originally Posted by chaley
Move the tags you don't want to see to a tags-like custom column, then hide that column in the tag browser
|
how would you match those tags you want to hide easily with regex? There would be different patterns of line of tags, regex doesn't seem to work well in bulk with strings that have different patterns.
"Animal, apple, Cat, cog, color, Dog, machine, Orange"
"apple, Cat, wine, color, Dog, water, Orange"
"Blue: Dark(#6879cc), Cat, color, Dog, RPM, size, Weight:heavy"
With these strings is there somehow a way which you would you bulk capture the tags "Orange", "Cat", "Water", Weight:heavy", "color" all in one go?