Some more templates and database pages

This commit is contained in:
Steph Ango
2023-09-12 16:00:27 -07:00
parent 5f3ea0aebb
commit 087cb0e56f
22 changed files with 114 additions and 28 deletions

6
People.md Normal file
View File

@@ -0,0 +1,6 @@
```dataview
table without id file.link as Person, filter(file.tags, (t) => t !="#people") as Tags
from #people
where !contains(file.name,"Template") and !contains(file.tags,"people/type")
sort file.name asc
```