2023-09-12 16:17:09

This commit is contained in:
Steph Ango
2023-09-12 16:17:09 -07:00
parent 65db10271e
commit 19ba644527
4 changed files with 16 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
```dataview
table without id file.link as Company, people as People
from #companies
table without id file.link as Company, url as Link
from [[Companies]]
where !contains(file.name, "Template")
sort file.mtime desc
```