I tried creating the Day note using Create File at Path, but that failed to process the Templater user scripts just like Create Daily Note earlier.
I might develop another version of these templates that includes all the JavaScript within a single code block at the front before frontmatter rather than using multiple user scripts. I was trying to modularize it somewhat so maintenance might be easier with several smaller scripts rather than one big one.
Actually, I currently have too many user scripts, and I’m trying to get them more organized so they can be used across multiple templates and scripts. I’ve made some progress on that more recently, but it still needs some more time.
I can’t use Folder Templates because I have a nested date subfolders under Calendar/Notes, such as 2025/03/26 (day), 2025/03/W13 (week), 2025/03 (month), 2025/Q1 (quarter), and 2025 (year). There isn’t a specific folder aligned with its associated template so I can’t define them in my situation.
Periodic Notes allows me to define the appropriate file path and name based on custom format, which I use, as well as a unique template for each time period.
Format: YYYY/MM/DD/YYYY-MM-DD
Template: x/Templates/Calendar/Periodic/Day/Note template - Day.md
YYYY/[W]WW/YYYY-[W]WW
Template: x/Templates/Calendar/Periodic/Week/Note template - Week.md
YYYY/MM/YYYY-MM
Template: x/Templates/Calendar/Periodic/Month/Note template - Month.md
YYYY/[Q]Q/YYYY-[Q]Q
Template: x/Templates/Calendar/Periodic/Day/Quarter template - Quarter.md
YYYY/YYYY
Template: x/Templates/Calendar/Periodic/Day/Year template - Year.md
They all have the same Folder Template: Calendar/Notes.
I suppose I could avoid creating a tomorrow note since that next navigation link would be resolved when the day notes is created on the following day. I guess I had problems in the past where I clicked on a placeholder link for tomorrow and it created it in my default notes folder (+/Notes) rather than Calendar/Notes.
For example, when I do a Day Review, and also do a Preview for the next day that includes my focus effort, top actions, schedule, and time blocks for tomorrow so I can get started right away in the morning after checking the plan. I think that’s when I started doing this so that link would always be valid (even today).
Regarding the sudden blanking of all open panes in a vault, I should probably report it to Obsidian since it might be difficult to track down if it’s a plugin culprit. Although it would be tedious, maybe I could disable suspect plugin candidates, and see if the problem disappears. However, that’s rather hit and miss and might take a while.