I followed the instructions for setting up a Daily Note template and for making it my default Index page. The Daily Note is becoming the index page each day, but the template for it is not instantiating. It still just opens with the original Daily Note template with the bullet and cursor and nothing else on the page. Trying to understand where I have missed something to make this work and hope someone can help.
Here’s my settings:
space-config
indexPage: "Journal/Day/{{today}}"
libraries:
- import: "[[!silverbullet.md/Library/Core/*]]"
- import: "[[!silverbullet.md/Library/Journal/*]]"
Here’s the front matter on the Daily Note template(Library/Journal/New Page/Daily Note):
description: "Your daily note template"
tags: template
hooks.newPage:
suggestedName: "Journal/Day/{{today}}"
confirmName: false
openIfExists: true
forPrefix: "Journal/Day/"
command: "Open Daily Note"
key: "Alt-Shift-d"
Then my daily note template is just a set of sections with preexisting content I want to be on the Daily Note journal page every day. My expectation is that when I go to index each day, there will be a fresh Daily Note just like this one.
# Sections
* [[Kilroy]]
* [[MI]]
* [[SPG]]
* [[Home and Family]]
# Call Notes
[[Chuck]]
|^|
[[Keith]]
# Notes for the day
*
Any help is appreciated.