2023-09-14 13:05:39

This commit is contained in:
Steph Ango
2023-09-14 13:05:40 -07:00
parent 442fbe11d5
commit 12e012609b
6 changed files with 82 additions and 1 deletions

16
Categories/Projects.md Normal file
View File

@@ -0,0 +1,16 @@
---
tags:
- categories
---
```dataview
table
type as Type,
year as Year,
status as Status,
url as URL
where
contains(category,[[Projects]]) and
!contains(file.name,"Template")
sort year desc
```