cours/gists/0-my gists.md
oscar.plaisant@icloud.com 38fbb1938d from github to this gitea
2023-10-23 23:09:51 +02:00

15 lines
191 B
Markdown

up:: [[PKM|PKM]]
title::"list of my gists"
#PKM
---
# my gists
```dataview
TABLE gists.url as "link", gists.isPublic
FROM "gists"
WHERE file.link != this.file.link
SORT gists.isPublic
```