luiisca / obsidian-periodic-notes-calendar

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.
MIT License
0 stars 0 forks source link

feat: add format check to avoid duplicates #7

Closed luiisca closed 3 weeks ago

luiisca commented 1 month ago

each new format will be validated against all existing valid formats across all periodicities to avoid duplicates which could cause notes created from the file explorer ( which check against all valid formats for all granularities to determine in which notes store to add the newly created file) to be added to the wrong notes store. possibly identifying a weekly note as daily for example.

linear[bot] commented 1 month ago

GIT-448 feat: add format check to avoid duplicates