Skip to content

Commit 2dfd7fa

Browse files
committed
chore(obsidian): adjust obsidian settings
1 parent 16b1a2a commit 2dfd7fa

File tree

3 files changed

+35
-11
lines changed

3 files changed

+35
-11
lines changed

source/.obsidian/app.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@
77
"newLinkFormat": "relative",
88
"useMarkdownLinks": true,
99
"userIgnoreFilters": [
10-
"/^_.+/",
1110
"css/",
1211
"favicon/",
1312
"images/",
1413
"js/",
15-
"wiki/"
14+
"wiki/",
15+
"_templates/",
16+
"/__pycache__/"
1617
],
1718
"showInlineTitle": true,
1819
"propertiesInDocument": "source",
1920
"trashOption": "local",
20-
"readableLineLength": false
21+
"readableLineLength": true,
22+
"showUnsupportedFiles": true
2123
}

source/.obsidian/graph.json

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,32 @@
55
"showAttachments": false,
66
"hideUnresolved": true,
77
"showOrphans": true,
8-
"collapse-color-groups": true,
9-
"colorGroups": [],
10-
"collapse-display": true,
11-
"showArrow": false,
8+
"collapse-color-groups": false,
9+
"colorGroups": [
10+
{
11+
"query": "path:_posts",
12+
"color": {
13+
"a": 1,
14+
"rgb": 14701138
15+
}
16+
},
17+
{
18+
"query": "path:notes",
19+
"color": {
20+
"a": 1,
21+
"rgb": 14725458
22+
}
23+
},
24+
{
25+
"query": "path:coding",
26+
"color": {
27+
"a": 1,
28+
"rgb": 11657298
29+
}
30+
}
31+
],
32+
"collapse-display": false,
33+
"showArrow": true,
1234
"textFadeMultiplier": 0,
1335
"nodeSizeMultiplier": 1,
1436
"lineSizeMultiplier": 1,
@@ -17,6 +39,6 @@
1739
"repelStrength": 10,
1840
"linkStrength": 1,
1941
"linkDistance": 250,
20-
"scale": 0.9378186907367506,
42+
"scale": 0.4917783809433501,
2143
"close": true
2244
}

source/.obsidian/plugins/obsidian-minimal-settings/data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"lightStyle": "minimal-light",
33
"darkStyle": "minimal-dark",
4-
"lightScheme": "minimal-default-light",
5-
"darkScheme": "minimal-macos-dark",
4+
"lightScheme": "minimal-solarized-light",
5+
"darkScheme": "minimal-dracula-dark",
66
"editorFont": "",
77
"lineHeight": 1.5,
88
"lineWidth": 40,
@@ -29,6 +29,6 @@
2929
"underlineExternal": false,
3030
"folding": true,
3131
"lineNumbers": true,
32-
"readableLineLength": false,
32+
"readableLineLength": true,
3333
"devBlockWidth": false
3434
}

0 commit comments

Comments
 (0)