From ba4eed4731a7844faa19c53f1ab3c98aa33b7cca Mon Sep 17 00:00:00 2001 From: Daniel <223140489+AgriciDaniel@users.noreply.github.com> Date: Tue, 7 Apr 2026 13:16:36 +0300 Subject: [PATCH] chore: sync Obsidian UI changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .obsidian/community-plugins.json | 7 ++- .obsidian/graph.json | 66 +++++++++++++++++++++++----- .obsidian/plugins/calendar/data.json | 29 +++++++++++- .obsidian/workspace.json | 20 +++++++-- 4 files changed, 104 insertions(+), 18 deletions(-) diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json index 0e6e6cd..750f600 100644 --- a/.obsidian/community-plugins.json +++ b/.obsidian/community-plugins.json @@ -1 +1,6 @@ -["calendar","thino"] +[ + "calendar", + "thino", + "calendar-beta", + "obsidian-memos" +] \ No newline at end of file diff --git a/.obsidian/graph.json b/.obsidian/graph.json index 6a37a71..5d367f9 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -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 -} +} \ No newline at end of file diff --git a/.obsidian/plugins/calendar/data.json b/.obsidian/plugins/calendar/data.json index 1dee74c..20ae864 100644 --- a/.obsidian/plugins/calendar/data.json +++ b/.obsidian/plugins/calendar/data.json @@ -3,5 +3,32 @@ "localeOverride": "en-GB", "weekStart": "monday", "showWeeklyNote": false, + "sourceSettings": { + "wordCount": { + "color": "#ebcb8b", + "display": "calendar-and-menu", + "wordsPerDot": 250 + }, + "tasks": { + "color": "#d08770", + "display": "calendar-and-menu", + "maxIncompleteTaskDots": 1 + }, + "links": { + "color": "#a3be8c", + "display": "menu" + }, + "backlinks": { + "color": "#5e81ac", + "display": "menu" + }, + "zettels": { + "color": "#b48ead", + "display": "calendar-and-menu" + }, + "emoji-tags": { + "display": "none" + } + }, "showNoteIndicator": true -} +} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 31260c3..39a1714 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -4,11 +4,11 @@ "type": "split", "children": [ { - "id": "2556036f92b81f42", + "id": "477f1cf965ca606e", "type": "tabs", "children": [ { - "id": "0ae3ce8edab2ab7f", + "id": "a31de1b302cdc5cf", "type": "leaf", "state": { "type": "graph", @@ -157,6 +157,16 @@ "icon": "lucide-list", "title": "Outline" } + }, + { + "id": "20a272e103b5d792", + "type": "leaf", + "state": { + "type": "calendar", + "state": {}, + "icon": "calendar-with-checkmark", + "title": "Calendar" + } } ] } @@ -173,10 +183,12 @@ "daily-notes:Open today's daily note": false, "templates:Insert template": false, "command-palette:Open command palette": false, - "bases:Create new base": false + "bases:Create new base": false, + "obsidian-memos:Thino": false, + "obsidian-memos:Thino Super": false } }, - "active": "0ae3ce8edab2ab7f", + "active": "a31de1b302cdc5cf", "lastOpenFiles": [ "wiki/comparisons/Wiki vs RAG.md", "wiki/comparisons/Wiki vs RAG.md.tmp.224546.1775556215080",