-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Feature Requests: Highlight "today" and Outlook-style "week" view #165
Comments
@mpreissner It can be styled pretty easily, this is what i did with a bit of CSS: You just need to style I can post the CSS for what i did if needed. |
Thanks for the suggestions! That was exactly what I was looking for as far
as highlighting "today".
Mike
…On Tue, Oct 22, 2024 at 7:29 PM whittssg ***@***.***> wrote:
It can be styled pretty easily, this is what i did with a bit of CSS:
chrome_TaXhbUUSSg.jpg (view on web)
<https://github.com/user-attachments/assets/3b696232-61b0-4481-b92b-8488a6eb9a88>
You just need to style .today .date and .today .events
I can post the CSS for what i did if needed.
—
Reply to this email directly, view it on GitHub
<#165 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF4D3IQFSBOGNB5WGINIAR3Z43NT7AVCNFSM6AAAAABQDVFZI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZQGUYDANJWGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This is the code i used for the today highlight:
Obviously you need to adjust to your tastes but that is the general idea.. I wanted to get a bright background to the today part and then a similar color around the events to encapsulate them |
As stated by others, highlighting today can be done using card_mod, so I'm not going to be adding an option for that. I have no plans to add "an Outlook-style Week view that shows the full day's worth of hours" right now. It might be a nice 2.0 (which I'm not planning yet) feature, but for now it's too big a change. I will keep this issue open. |
Understood, and thanks for taking the time to consider and respond. Much
appreciated!
Mike
…On Mon, Oct 28, 2024 at 11:37 AM Rudy Gnodde ***@***.***> wrote:
As stated by others, highlighting today can be done using card_mod, so I'm
not going to be adding an option for that.
I have no plans to add "an Outlook-style Week view that shows the full
day's worth of hours" right now. It might be a nice 2.0 (which I'm not
planning yet) feature, but for now it's too big a change. I will keep this
issue open.
—
Reply to this email directly, view it on GitHub
<#165 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF4D3ITMICPGIGWJJAWWGSLZ5ZD2RAVCNFSM6AAAAABQDVFZI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBRHEZTIOJYGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Really love this card, and am currently using it to display a 2-week calendar (sunday-saturday). Would really love an option to highlight the "Today" entry. Yes, I know that marking the current day as "Today" is there already, but I'm talking about maybe changing the background color behind whichever day is "Today" so it's more easily visible across a room. Also, while I love the current display showing only the calendar events, I'm curious if we could also add an Outlook-style Week view that shows the full day's worth of hours so we can easily see the empty space/free time between the events and a line across the day representing the current time.
Thanks again for all your great work!
The text was updated successfully, but these errors were encountered: