Files
kepano-obsidian/Categories/Projects.md
2023-09-14 13:05:40 -07:00

16 lines
204 B
Markdown

---
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
```