2023-09-13 14:20:45
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
|
||||
```dataview
|
||||
list
|
||||
where contains(type, this.file.link) and !contains(file.name, "Template")
|
||||
where
|
||||
contains(type, this.file.link) and
|
||||
!contains(file.name, "Template")
|
||||
sort file.ctime asc
|
||||
```
|
||||
Reference in New Issue
Block a user