dhunt84971 / CalendarNotes

Electron app - Calendar based daily notes (journal) stored in a MySQL or SQLite DB.
http://calendarnotes.org
MIT License
3 stars 1 forks source link

Feature-request: Mark days with Notes #82

Closed thenoobtester closed 3 months ago

thenoobtester commented 10 months ago

Hi,

could it be possible to make days with notes visible on the calendar so we can see there is something to do?

Thank you very much for your help.

dhunt84971 commented 5 months ago

Sorry for the delayed response. I think I know what you are looking for, so any day that has notes recorded for that day would have a different color in the background? Something like this:

image

Let me see what I can do.

dhunt84971 commented 3 months ago

This feature was added with v1.1.19, but with a caveat. Because the event that causes the days to highlight is based on the changing of the date, navigating to a different month using the buttons on the calendar does not cause the days to highlight. The user must actually click on a day in that month to get the days to highlight. A fix is being explored for this minor issue.