Overview - Obsidian Research 🪨¶
Description¶
2/10/24 - interested in making my notes even more customizable. daily notes and all that. see the following blog for more info - https://dev.to/michalbryxi/structured-dailyweekly-notes-in-obsidian-2n5h
Part 1 - Obsidian - Weekly Notes and Templates
Notes¶
First, adding templater to add even more customizable templating
going to make dynamic daily notes i.e., custom TODOs based on day of the week - https://forum.obsidian.md/t/if-statements-weekday-in-templater/52536/2
weekly note that embeds it's associated daily notes
Issues¶
days of the week rendering incorrectly
- always rendering Sunday in weekly notes
- SOLUTION: const dayOfWeek = {{date:d}}
Sync settings between mobile and desktop - update mobile settings - Update readme list of plugins
Fix clicking on create note link - when clicking 'click here to create' it makes a blank note via templater - can make via ribbon icon? - bug related to syntax of '{{date}}' - replaced with:
TODO - wish i knew the answer here ugh
update next weeks todo - 'convert' it to this new format
Add blog post link - TODO