2023-09-14 13:05:39
This commit is contained in:
16
Categories/Projects.md
Normal file
16
Categories/Projects.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user