Templates

This commit is contained in:
Steph Ango
2023-09-12 15:28:12 -07:00
parent b9a82413c1
commit 3fc27a3663
63 changed files with 1372 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
previous: "[[{{date-1d}}]]"
next: "[[{{date+1d}}]]"
tags:
- daily
---
## Notes
```dataview
list
where
!contains(file.tags, "daily") and
contains(file.outlinks, this.file.link) or
contains(string(file.frontmatter), string(this.file.day))
sort file.ctime asc
limit 50
```