feat: added colours to the graph based on the folder the events are in

Signed-off-by: Brendan Golden <git_laptop@brendan.ie>
This commit is contained in:
silver 2024-02-28 14:46:57 +00:00
parent 46d3ac487b
commit b1a6b423a0

25
.obsidian/graph.json vendored
View file

@ -1,18 +1,33 @@
{ {
"collapse-filter": true, "collapse-filter": false,
"search": "", "search": "",
"showTags": false, "showTags": false,
"showAttachments": false, "showAttachments": false,
"hideUnresolved": false, "hideUnresolved": false,
"showOrphans": true, "showOrphans": true,
"collapse-color-groups": true, "collapse-color-groups": false,
"colorGroups": [], "colorGroups": [
"collapse-display": true, {
"query": "path:Minutes ",
"color": {
"a": 1,
"rgb": 14701138
}
},
{
"query": "path:Events ",
"color": {
"a": 1,
"rgb": 14725458
}
}
],
"collapse-display": false,
"showArrow": false, "showArrow": false,
"textFadeMultiplier": 0, "textFadeMultiplier": 0,
"nodeSizeMultiplier": 1, "nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1, "lineSizeMultiplier": 1,
"collapse-forces": true, "collapse-forces": false,
"centerStrength": 0.518713248970312, "centerStrength": 0.518713248970312,
"repelStrength": 10, "repelStrength": 10,
"linkStrength": 1, "linkStrength": 1,