Open wuxua opened 4 years ago
I like your solution of sorting by number prefix, but a better way to color intervals with multiple tags in general would be great.
I found a workaround that works for me. For my use case, I have a handful of "primary" tags (e.g. bau
, meeting
, break
) for broad categories of time that I want to correspond to a color, but I also want to add "secondary" tags in order to group tags (e.g. work
, nonwork
) or be more specific about how that time was spent (e.g. lunch
, walk
).
Based on what @wuxua originally posted, I now prefix all my "secondary" tags with an underscore so they are lower priority for coloring. Now I can have color coded reports and still have my grouping and granular tags.
It can look a little ugly, but functionally it works great.
I use a dedicated color for different tags. In the last version, when an interval has multiple tags the interval would use the color of the first sorted tag. I used numbers as a prefix to make the tag that I wanted to be sorted first, so the interval would take that color. However, in the current version it seems that the interval takes the color of the last sorted tags. With this change my coloring system doesn't work anymore. Is there any way that I could change that? Thanks.