This commit is contained in:
Oscar Plaisant
2024-12-17 18:49:14 +01:00
parent c891129430
commit 3a5cad8e48
520 changed files with 20726 additions and 344954 deletions

12
gists/my gists.md Normal file
View File

@@ -0,0 +1,12 @@
up:: [[gestion]]
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
```