-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Daily notes giving en error from Templater #3
Comments
Edit (TEMPLATE) Daily file in 99 - Meta/00 - Templates:
|
As stated on the main Daily Templates repo README (https://github.com/CyanVoxel/Obsidian-Daily-Themes): "The template references your note's filename for the date and expects a "YYYYMMDD" naming format." If your filename doesn't match this format, then this is likely the issue you're running into. This was a change made in v1.0.2 CyanVoxel/Obsidian-Daily-Themes@51abd0d in order to allow for creating new notes for previous days with the correct date, instead of always using the current date. If this is in fact the issue, you could either change your daily note naming format, change the template to match your format (Templater uses https://momentjs.com/ date formats), or you could grab the old template that uses the current date instead of extrapolating it from the filename: https://github.com/CyanVoxel/Obsidian-Daily-Themes/blob/bb1bc8866c18739c3b8a263986496c184a2666a5/(TEMPLATE)%20Daily.md?plain=1 Let me know if one or more of those options is sufficient! |
I adjusted the daily notes css file to add opacity. In my case it was because I'm using Anupucin theme with a backgrund picture and translucent windows .daily { --background-modifier-border-focus: var(--primary); opacity: 0.6; Works suprisingly nice with the daily theme |
AS said in the issue:
Im getting this message:
Templater Error: Invalid reference date format, try specifying one with the argument 'reference_format'
The text was updated successfully, but these errors were encountered: