Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
flyisland opened this issue Mar 7, 2023 · 2 comments

Comments

@flyisland
Copy link

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.

@mechanarchy
Copy link
Contributor

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"

@flyisland
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants