2023-09-12 16:25:35

This commit is contained in:
Steph Ango
2023-09-12 16:25:35 -07:00
parent cd25d4ce41
commit a5bb29894c
4 changed files with 44 additions and 2 deletions

View File

@@ -10,10 +10,19 @@ created: 2023-09-12
twitter: kepano
url: https://stephango.com/
---
## Clippings
```dataview
table without id file.link as Title, published as Publish
where author = this.file.link or contains(author,this.file.link)
sort rating desc
```
## Meetings
```dataview
table without id file.link as Meeting, date as Date
where contains(people,this.file.link)
sort file.name desc
```
```