From 21a10a1de0ca0f1867b150fbfa663d6c221f0b18 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 19 Apr 2026 16:04:18 +0200 Subject: [PATCH] hide member memory from Obsidian graph view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a graph-view search filter (-path:members -path:.base) so the 30+ journal/on-the-user/revisit nodes drop out of the visualization. View-only — the files stay in the vault index, so council-members.base keeps rendering the roster and search keeps finding them. Co-Authored-By: Claude Opus 4.7 (1M context) --- .obsidian/graph.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.obsidian/graph.json b/.obsidian/graph.json index e21a18d..13c2d38 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -1,6 +1,6 @@ { "collapse-filter": true, - "search": "", + "search": "-path:members -path:.base", "showTags": false, "showAttachments": false, "hideUnresolved": false,