I would like to be able to get a unique list of all the labels that are used on the cards in a list or perhaps across several specified lists. I have some javascript that will do this but it is kind of clunky because I have to paste it into the Developer Tools console and run it from there. This is something I need to do every day. Is there a cleaner way to do this?
Here is my use case:
Every day, I review cards across multiple lists on one board and move the cards I need to address in the current day to a single list for the day. All off my cards have labels indicating the project they belong to or an activity label such as "email" or "phone." Once I have the cards for the day moved to the list of todos for the day, I want to generate a unique list of the labels used on those cards so I can then go and schedule a timebox on my calendar for each label. I then address the cards throughout the day according to the calendar timebox indicated by their labels. I've found that timeboxing my activities helps me get a lot more done.