Allow more precise control over tag color
Is your feature request related to a problem? Please describe. I like to colorcode tasks and events and thus I use a consistent color scheme throughout my to-do list and my calendar. I'd love to use the exact colors in traggo as well to keep things uniform.
It's somewhat frustrating that traggo allows color customization but personally I find the way it handles changing tag colors pretty inadequate if you want precise control over the color. It's especially frustrating because traggo does show the hex value of tags, but (at least as far as I am aware) there is no way to enter hex values.
Describe the solution you'd like I'd love to be able to enter a hex color value to assign that to a tag.
Describe alternatives you've considered I think the standard windows color picker, which allows entering HSL or RGB values would also be fine. I believe Nextcloud uses that to allow users to customize calendar colors.
Sounds good, maybe an input box with the hex color could be displayed besides the already existing color picker.
That would be perfect.
As a kind of hacky workaround I set my tag colors via sqlite. Just execute something like UPDATE "tag_definitions" SET "color" = '#001122' WHERE "key" = 'sometag' AND "user_id" = '2';.
But yeah, I think a textbox to enter a hex-code would cause way less headache.