Obsidian calendar plugin for writing and organizing periodic notes (daily to yearly). Navigate via command palette or calendar UI. Summarize entries with stickers in calendar view. Streamline planning, reviewing, and reflection.
it currently subscribes to periodic-notes plugin to get formats, but they dont do proper date validation, so umbigious formats like: dddd, MM, y (friday, 09, 2024) are allowed, causing the calendar to not be able to show which date this note represents.
In this example friday, 09, 2024 could be any of 4 dates, is an invalid date so the plugin should simply show an error message
it currently subscribes to
periodic-notes
plugin to get formats, but they dont do proper date validation, so umbigious formats like:dddd, MM, y (friday, 09, 2024)
are allowed, causing the calendar to not be able to show which date this note represents.In this example
friday, 09, 2024
could be any of 4 dates, is an invalid date so the plugin should simply show an error message