Update Projects category dataview query
Making the query more dynamic like other categories
This commit is contained in:
@@ -10,7 +10,7 @@ table
|
||||
status as Status,
|
||||
url as URL
|
||||
where
|
||||
contains(category,[[Projects]]) and
|
||||
contains(category,this.file.link) and
|
||||
!contains(file.name,"Template")
|
||||
sort year desc
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user