Merge pull request #1 from AmmarCodes/patch-1
Update Projects category dataview query
This commit is contained in:
@@ -10,7 +10,7 @@ table
|
|||||||
status as Status,
|
status as Status,
|
||||||
url as URL
|
url as URL
|
||||||
where
|
where
|
||||||
contains(category,[[Projects]]) and
|
contains(category,this.file.link) and
|
||||||
!contains(file.name,"Template")
|
!contains(file.name,"Template")
|
||||||
sort year desc
|
sort year desc
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user