Files
kepano-obsidian/People.md
2023-09-12 16:00:27 -07:00

6 lines
211 B
Markdown

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