#Obsidian #Templater
## 🔗 Link
- [Intr 用意するoduction - Templater](https://silentvoid13.github.io/Templater/)
## 使い方
### dynamic commands
- [Dynamic Commands - Templater](https://silentvoid13.github.io/Templater/commands/dynamic-command.html)
previewにしたときに、実行できる
- 例: Last modified date: <%+ tp.file.last_modified_date() %>
- ファイル名も変えられる
- [[Ledger template]]こんなかんじ
### exec commands
- [Execution Commands - Templater](https://silentvoid13.github.io/Templater/commands/execution-command.html)
- `<%* tR += "test" %>`と使うことで、[[🗃️JavaScript]]を実行できる
- [[⚡Daily Retrospective]]
- [[⚡Weekly Retrospective]]