Calendar use Sunday as first weekday #4540
Replies: 5 comments 5 replies
-
This seems to only shift the header dates without adjusting the actual Calendar. June starts on Saturday, not Friday. |
Beta Was this translation helpful? Give feedback.
-
The screenshot I sent was after I reloaded the frontend multiple times and restarted the application as well. Regardless of what I do, the dates are off. |
Beta Was this translation helpful? Give feedback.
-
This happens if open calendar as soon as I reload the frontend. I can see the If I wait for several seconds after the reload, that won't happen. Everything will shift to the right place. |
Beta Was this translation helpful? Give feedback.
-
This should probably be configurable in TriliumNext options. |
Beta Was this translation helpful? Give feedback.
-
Sunday as First Weekday
Trilium calendar use Monday as first weekday by default and there is no option to change it. So I've made a frontend script to modify the calendar to make it use Sunday as first weekday.
https://gist.github.com/ReinforceZwei/af3254b0282e74f74addf2a73b4636a9
How to use
JS Frontend
#run=frontendStartup
to enable the scriptBeta Was this translation helpful? Give feedback.
All reactions