Integration with Templater Plugin
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.
This is impossible to do in a standard template engine.
It is possible with Calendar!
Using Templates core plugin
[[{{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.

Using Templater
- Create
journal template, it may look like this[[<% tp.date.now("YYYY-MM-DD", -1) %>|⬅]] | [[📓 My Journal]]| [[<% tp.date.now("YYYY-MM-DD", 1) %>|➡]] - Set Daily Notes
Template File Locationtojournal template
- Turn on
Trigger Templater on new file creationinTemplater

🎉
worked flawlessly the templater integration! thanks a ton!