vault backup: 2026-08-19 10:45:02

This commit is contained in:
2026-08-19 10:45:02 -04:00
parent 4aa9c8bbdc
commit adcd726102
2 changed files with 14 additions and 2 deletions
@@ -35,6 +35,14 @@ SORT file.name ASC
``` ```
- [[]] - [[]]
## Ideas
```dataview
LIST
FROM "20 Work/Ideas"
WHERE startswith(file.name, this.file.name + " - ")
SORT file.name ASC
```
--- ---
## People / Management ## People / Management
+6 -2
View File
@@ -28,8 +28,12 @@ SORT file.name ASC
- [[]] - [[]]
## Ideas ## Ideas
- [[2026-08-19 - Gouvernance sur les app vibe coded]] ```dataview
- LIST
FROM "20 Work/Ideas"
WHERE startswith(file.name, this.file.name + " - ")
SORT file.name ASC
```
--- ---