2023-09-13 13:53:07

This commit is contained in:
Steph Ango
2023-09-13 13:53:07 -07:00
parent e9db93f3f9
commit 3150bc526d
20 changed files with 46 additions and 16 deletions

View File

@@ -3,6 +3,7 @@ tags:
- databases
---
```dataview
table from #events
table without id file.link as Event
from #events
where !contains(file.name,"Template")
```