obsidian-calendar-plugin
obsidian-calendar-plugin copied to clipboard
Weekly note shortcut and it's template not read YAML properly
Describe the bug
Configuring a template for the weekly note, it will ignore the date format in the YAML
Steps to reproduce
- On the calendar general settings, leave the Weekly note format as default
- Se up a Weekly note template that have in the YAML (created: "{{date}} at {{time}}" )
- Set up a destination folder
- On the calendar, click on a week number so it creates a file for the week
- In the YAML that was configured with the values from step 2 you will notice that the values are set as ( created: "2022-W24 at 2022-W24" )
Expected behavior
The YAML will read the date and time a place accordingly. It should look something like this ( created: "2022-09-09 at 12:39" )
Environment (please specify)
Local
OS
Windows
Obsidian Version (e.g. v0.10.6)
Version: 0.15.9
Extra information
I have tested to use the template in a file that was not created with the calendar and the values are placed correctly.