File tree Expand file tree Collapse file tree 3 files changed +35
-11
lines changed
plugins/obsidian-minimal-settings Expand file tree Collapse file tree 3 files changed +35
-11
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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 ,
1739 "repelStrength" : 10 ,
1840 "linkStrength" : 1 ,
1941 "linkDistance" : 250 ,
20- "scale" : 0.9378186907367506 ,
42+ "scale" : 0.4917783809433501 ,
2143 "close" : true
2244}
Original file line number Diff line number Diff line change 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 ,
2929 "underlineExternal" : false ,
3030 "folding" : true ,
3131 "lineNumbers" : true ,
32- "readableLineLength" : false ,
32+ "readableLineLength" : true ,
3333 "devBlockWidth" : false
3434}
You can’t perform that action at this time.
0 commit comments