From adcd726102c3f1a0b5f66d68e914ab45255a3026 Mon Sep 17 00:00:00 2001 From: Amadou Date: Wed, 19 Aug 2026 10:45:02 -0400 Subject: [PATCH] vault backup: 2026-08-19 10:45:02 --- 10 Knowledge/Templates/Journal Template.md | 8 ++++++++ 20 Work/Journal/2026/2026-08-19.md | 8 ++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/10 Knowledge/Templates/Journal Template.md b/10 Knowledge/Templates/Journal Template.md index f566217..a4df959 100644 --- a/10 Knowledge/Templates/Journal Template.md +++ b/10 Knowledge/Templates/Journal Template.md @@ -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 diff --git a/20 Work/Journal/2026/2026-08-19.md b/20 Work/Journal/2026/2026-08-19.md index 68345e8..375f39d 100644 --- a/20 Work/Journal/2026/2026-08-19.md +++ b/20 Work/Journal/2026/2026-08-19.md @@ -28,8 +28,12 @@ SORT file.name ASC - [[]] ## 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 +``` ---