-
Notifications
You must be signed in to change notification settings - Fork 213
Add a calendar color legend or prefixes for calendar entries #315
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
Comments
Good idea. Could you perhaps do a mockup how you imagine that to look? |
I think using multiple approaches would be good:
|
the prefixing of calendars can be done with list and --format, (which I hope we replacing all listing/event viewing with) |
@youngmoney so this is already implemented now? Can you show an example how to use that? |
it is available in master I simple example is: or if you want to only do prefixes you can use any form of python string tempting so:
right now the list command does not use calendar names correctly (no display names) but this could be added in future, there is also the option to use the calendar color using |
Ok, but that doesn't help for ikhal? |
The hope is that the internals of list will get moved into ikhal as well, I am currently working on getting those internals into all of the other commands and will look into ikhal later
|
can now be done with ikhal as well. |
I have quite a few calendars configured and often cannot remember which color relates to which calendar. Therefore, some kind of legend for the colors, or prefixing of entries with their calendar would be really helpful. probably the easiest solution could be to use the colors in the
printcalendars
command. However, I would better like to see the legend in parallel to the normal calendar and agenda views.The text was updated successfully, but these errors were encountered: