2023-09-12 16:25:35
This commit is contained in:
@@ -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
|
||||
```
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user