fava icon indicating copy to clipboard operation
fava copied to clipboard

Different tags are rendered in different colors, making them easier to distinguish.

Open flyisland opened this issue 1 year ago • 2 comments

Just like the "Issues" in Github, it is important to use different colors to render different tags. This makes it easier for users to distinguish between different types of information and navigate the platform more efficiently.

flyisland avatar Mar 07 '23 23:03 flyisland

For a while I had a patch being applied to my local Fava install that changed the display of my credit-card tag to 💳, and my location tag to 🌍. This broke eventually, but this would be a happy alternative option for me, if colors weren't an option.

Perhaps these could be configured using the custom directive, eg:

2000-01-01 custom "fava-tag-display" "credit-card" "💳"
2000-01-01 custom "fava-tag-display" "location" "🌍"
2000-01-01 custom "fava-tag-color" "location" "#77ff77"

mechanarchy avatar Jul 29 '23 03:07 mechanarchy

For a while I had a patch being applied to my local Fava install that changed the display of my credit-card tag to 💳, and my location tag to 🌍. This broke eventually, but this would be a happy alternative option for me, if colors weren't an option.

Perhaps these could be configured using the custom directive, eg:

2000-01-01 custom "fava-tag-display" "credit-card" "💳"
2000-01-01 custom "fava-tag-display" "location" "🌍"
2000-01-01 custom "fava-tag-color" "location" "#77ff77"

good idea!

flyisland avatar Aug 03 '23 01:08 flyisland