chore: sync Obsidian UI changes
calendar/data.json — configured through Obsidian UI: - Word count dots: #ebcb8b, 250 words/dot, calendar + menu - Task dots: #d08770, max 1 incomplete, calendar + menu - Link indicators: #a3be8c, menu only - Backlink indicators: #5e81ac, menu only - Zettel tracking: #b48ead, calendar + menu community-plugins.json — enabled through Obsidian (may include dataview etc) workspace.json — updated open tabs/layout state graph.json — Obsidian reset colors on close (expected behavior)
This commit is contained in:
66
.obsidian/graph.json
vendored
66
.obsidian/graph.json
vendored
@@ -7,24 +7,66 @@
|
||||
"showOrphans": false,
|
||||
"collapse-color-groups": false,
|
||||
"colorGroups": [
|
||||
{ "query": "path:wiki/entities", "color": { "a": 1, "rgb": 12945088 } },
|
||||
{ "query": "path:wiki/concepts", "color": { "a": 1, "rgb": 5227007 } },
|
||||
{ "query": "path:wiki/sources", "color": { "a": 1, "rgb": 6986069 } },
|
||||
{ "query": "path:wiki/questions", "color": { "a": 1, "rgb": 14474410 } },
|
||||
{ "query": "path:wiki/comparisons", "color": { "a": 1, "rgb": 13724009 } },
|
||||
{ "query": "path:wiki/meta", "color": { "a": 1, "rgb": 5676246 } },
|
||||
{ "query": "path:wiki", "color": { "a": 1, "rgb": 4473924 } }
|
||||
{
|
||||
"query": "path:wiki/entities",
|
||||
"color": {
|
||||
"a": 1,
|
||||
"rgb": 12945088
|
||||
}
|
||||
},
|
||||
{
|
||||
"query": "path:wiki/concepts",
|
||||
"color": {
|
||||
"a": 1,
|
||||
"rgb": 5227007
|
||||
}
|
||||
},
|
||||
{
|
||||
"query": "path:wiki/sources",
|
||||
"color": {
|
||||
"a": 1,
|
||||
"rgb": 6986069
|
||||
}
|
||||
},
|
||||
{
|
||||
"query": "path:wiki/questions",
|
||||
"color": {
|
||||
"a": 1,
|
||||
"rgb": 14474410
|
||||
}
|
||||
},
|
||||
{
|
||||
"query": "path:wiki/comparisons",
|
||||
"color": {
|
||||
"a": 1,
|
||||
"rgb": 13724009
|
||||
}
|
||||
},
|
||||
{
|
||||
"query": "path:wiki/meta",
|
||||
"color": {
|
||||
"a": 1,
|
||||
"rgb": 5676246
|
||||
}
|
||||
},
|
||||
{
|
||||
"query": "path:wiki",
|
||||
"color": {
|
||||
"a": 1,
|
||||
"rgb": 4473924
|
||||
}
|
||||
}
|
||||
],
|
||||
"collapse-display": true,
|
||||
"showArrow": true,
|
||||
"textFadeMultiplier": -1,
|
||||
"nodeSizeMultiplier": 2.0,
|
||||
"nodeSizeMultiplier": 2,
|
||||
"lineSizeMultiplier": 0.8,
|
||||
"collapse-forces": false,
|
||||
"centerStrength": 0.25,
|
||||
"repelStrength": 80,
|
||||
"linkStrength": 3.0,
|
||||
"repelStrength": 20,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 80,
|
||||
"scale": 1.2,
|
||||
"scale": 0.4786753448718912,
|
||||
"close": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user