Obsidian-Tasks-Calendar
Obsidian-Tasks-Calendar copied to clipboard
Daily Note format limitations
Just curious if it's possible to get a format similar to the Moment.js formats that Obsidian already references. I only ask because I want to use the same format in my Daily Notes plugin as I do with your project, so the notes work properly. However, my format dddd MMM Do YYYY
doesn't work because of the "Do
".
For reference, my Daily Notes template generates to Wednesday Dec 28th 2022
(for today's date, for example) and I'm not sure if I can do it here because of the character limitations. Please forgive me if I'm missing something; I don't know JS that much.