2023-09-13 10:02:15
This commit is contained in:
15
Daily/2023-09-12.md
Normal file
15
Daily/2023-09-12.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user