2023-09-13 10:02:15

This commit is contained in:
Steph Ango
2023-09-13 10:02:15 -07:00
parent 584f48ee78
commit f64ddf4d2c
5 changed files with 109 additions and 2 deletions

15
Daily/2023-09-12.md Normal file
View File

@@ -0,0 +1,15 @@
---
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
```