From b1a6b423a0370ccb67664226d088a7f7468828b6 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 28 Feb 2024 14:46:57 +0000 Subject: [PATCH] feat: added colours to the graph based on the folder the events are in Signed-off-by: Brendan Golden --- .obsidian/graph.json | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/.obsidian/graph.json b/.obsidian/graph.json index 42a46ec..92ad2a7 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -1,18 +1,33 @@ { - "collapse-filter": true, + "collapse-filter": false, "search": "", "showTags": false, "showAttachments": false, "hideUnresolved": false, "showOrphans": true, - "collapse-color-groups": true, - "colorGroups": [], - "collapse-display": true, + "collapse-color-groups": false, + "colorGroups": [ + { + "query": "path:Minutes ", + "color": { + "a": 1, + "rgb": 14701138 + } + }, + { + "query": "path:Events ", + "color": { + "a": 1, + "rgb": 14725458 + } + } + ], + "collapse-display": false, "showArrow": false, "textFadeMultiplier": 0, "nodeSizeMultiplier": 1, "lineSizeMultiplier": 1, - "collapse-forces": true, + "collapse-forces": false, "centerStrength": 0.518713248970312, "repelStrength": 10, "linkStrength": 1,