diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2022-01-21 16:47:02 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2022-01-21 16:47:02 +0100 |
| commit | d5f45fc1491cd05f386a3c11f43d91b9cd32cb4c (patch) | |
| tree | 265519b23cf5228e4fb6565de6db0854a63ffdf8 | |
| parent | ecf19ec4851d723472e4ba502eddb0d6562d7aa5 (diff) | |
| download | notes-d5f45fc1491cd05f386a3c11f43d91b9cd32cb4c.tar.gz | |
update obsidian config
| -rw-r--r-- | .obsidian/community-plugins.json | 6 | ||||
| -rw-r--r-- | .obsidian/graph.json | 18 |
2 files changed, 11 insertions, 13 deletions
diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json index 805db5d..0b67ec7 100644 --- a/.obsidian/community-plugins.json +++ b/.obsidian/community-plugins.json @@ -1,8 +1,6 @@ [ "better-word-count", - "obsidian-git", "obsidian-plugin-toc", - "nldates-obsidian", - "review-obsidian", - "obsidian-vimrc-support" + "obsidian-vimrc-support", + "obsidian-checklist-plugin" ]
\ No newline at end of file diff --git a/.obsidian/graph.json b/.obsidian/graph.json index 9fc9626..c40b1fb 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -3,20 +3,20 @@ "search": "", "showTags": false, "showAttachments": false, - "hideUnresolved": false, + "hideUnresolved": true, "showOrphans": true, "collapse-color-groups": true, "colorGroups": [], "collapse-display": true, "showArrow": false, "textFadeMultiplier": 0, - "nodeSizeMultiplier": 1.20982905982906, - "lineSizeMultiplier": 2.29871794871795, - "collapse-forces": false, - "centerStrength": 0.743589743589744, - "repelStrength": 14.8717948717949, - "linkStrength": 1, - "linkDistance": 155, + "nodeSizeMultiplier": 1.5, + "lineSizeMultiplier": 3.27692307692308, + "collapse-forces": true, + "centerStrength": 0.582417582417583, + "repelStrength": 14.5054945054945, + "linkStrength": 0.835164835164835, + "linkDistance": 97, "scale": 0.23867717269606342, - "close": true + "close": false }
\ No newline at end of file |
