Open dariuszkowalski-com opened 3 years ago
This is impossible to do in a standard template engine.
It is possible with Calendar!
[[{{yesterday}}|<]] | {{date}} | [[{{tomorrow}}|>]]
[[{{date -1d}|⬅]] | [[📓 My Journal]] | [[{{date +1d}}|➡]]
@liamcain I don't see this syntax documented in README nor Wiki. Do you think introducing it would be good idea?
The problem is that it doesn't work while using Daily notes
button, even on newest beta release.
@liamcain should this be fixed somehow? I'm sure many people use Daily notes
as it is core plugin.
journal template
, it may look like this [[<% tp.date.now("YYYY-MM-DD", -1) %>|⬅]] | [[📓 My Journal]]| [[<% tp.date.now("YYYY-MM-DD", 1) %>|➡]]
Template File Location
to journal template
Trigger Templater on new file creation
in Templater
🎉
worked flawlessly the templater integration! thanks a ton!
Templater is a fantastic plugin for creating templates for Obsidian.
https://silentvoid13.github.io/Templater/
I can easily create daily notes with navigation directed to a next/ previous day notes
This is impossible to do in a standard template engine.
I would like to have the possibility to use templater templates with a calendar plugin.