File tree Expand file tree Collapse file tree 9 files changed +159
-0
lines changed
Expand file tree Collapse file tree 9 files changed +159
-0
lines changed Original file line number Diff line number Diff line change 1+ # ## Obsidian config
2+ .obsidian /workspace.json
3+ .obsidian /themes
4+ .obsidian /plugins
5+
6+ # ## MacOS
7+ .DS_Store
Original file line number Diff line number Diff line change 1+ {
2+ "livePreview" : true ,
3+ "readableLineLength" : true ,
4+ "strictLineBreaks" : true ,
5+ "propertiesInDocument" : " visible" ,
6+ "spellcheck" : true ,
7+ "autoPairBrackets" : false ,
8+ "useTab" : false ,
9+ "alwaysUpdateLinks" : true ,
10+ "newFileLocation" : " current" ,
11+ "pdfExportSettings" : {
12+ "pageSize" : " Letter" ,
13+ "landscape" : false ,
14+ "margin" : " 0" ,
15+ "downscalePercent" : 100
16+ },
17+ "foldIndent" : false ,
18+ "showIndentGuide" : false ,
19+ "newLinkFormat" : " relative" ,
20+ "attachmentFolderPath" : " ./" ,
21+ "defaultViewMode" : " source"
22+ }
Original file line number Diff line number Diff line change 1+ {
2+ "accentColor" : " " ,
3+ "interfaceFontFamily" : " IBM Plex Mono" ,
4+ "textFontFamily" : " Roboto Slab,IBM Plex Mono" ,
5+ "monospaceFontFamily" : " IBM Plex Mono" ,
6+ "nativeMenus" : true ,
7+ "translucency" : false ,
8+ "cssTheme" : " GitHub Theme" ,
9+ "baseFontSize" : 16 ,
10+ "baseFontSizeAction" : false ,
11+ "theme" : " moonstone" ,
12+ "showRibbon" : false
13+ }
Original file line number Diff line number Diff line change 1+ {
2+ "snapToObjects" : true ,
3+ "snapToGrid" : true ,
4+ "newFileLocation" : " current"
5+ }
Original file line number Diff line number Diff line change 1+ [
2+ " obsidian-minimal-settings"
3+ ]
Original file line number Diff line number Diff line change 1+ {
2+ "file-explorer" : true ,
3+ "global-search" : true ,
4+ "switcher" : true ,
5+ "graph" : false ,
6+ "backlink" : true ,
7+ "canvas" : true ,
8+ "outgoing-link" : true ,
9+ "tag-pane" : true ,
10+ "properties" : false ,
11+ "page-preview" : true ,
12+ "daily-notes" : false ,
13+ "templates" : false ,
14+ "note-composer" : true ,
15+ "command-palette" : true ,
16+ "slash-command" : false ,
17+ "editor-status" : true ,
18+ "bookmarks" : false ,
19+ "markdown-importer" : false ,
20+ "zk-prefixer" : false ,
21+ "random-note" : false ,
22+ "outline" : true ,
23+ "word-count" : true ,
24+ "slides" : false ,
25+ "audio-recorder" : false ,
26+ "workspaces" : false ,
27+ "file-recovery" : true ,
28+ "publish" : false ,
29+ "sync" : false
30+ }
Original file line number Diff line number Diff line change 1+ {
2+ "file-explorer" : true ,
3+ "global-search" : true ,
4+ "switcher" : true ,
5+ "graph" : false ,
6+ "backlink" : false ,
7+ "canvas" : false ,
8+ "outgoing-link" : false ,
9+ "tag-pane" : false ,
10+ "properties" : false ,
11+ "page-preview" : true ,
12+ "daily-notes" : false ,
13+ "templates" : false ,
14+ "note-composer" : false ,
15+ "command-palette" : false ,
16+ "slash-command" : true ,
17+ "editor-status" : true ,
18+ "bookmarks" : false ,
19+ "markdown-importer" : false ,
20+ "zk-prefixer" : false ,
21+ "random-note" : false ,
22+ "outline" : true ,
23+ "word-count" : true ,
24+ "slides" : false ,
25+ "audio-recorder" : false ,
26+ "workspaces" : false ,
27+ "file-recovery" : true ,
28+ "publish" : false ,
29+ "sync" : false ,
30+ "webviewer" : true
31+ }
Original file line number Diff line number Diff line change 1+ {
2+ "collapse-filter" : true ,
3+ "search" : " " ,
4+ "showTags" : false ,
5+ "showAttachments" : false ,
6+ "hideUnresolved" : false ,
7+ "showOrphans" : true ,
8+ "collapse-color-groups" : true ,
9+ "colorGroups" : [],
10+ "collapse-display" : true ,
11+ "showArrow" : false ,
12+ "textFadeMultiplier" : 0 ,
13+ "nodeSizeMultiplier" : 1 ,
14+ "lineSizeMultiplier" : 1 ,
15+ "collapse-forces" : true ,
16+ "centerStrength" : 0.518713248970312 ,
17+ "repelStrength" : 10 ,
18+ "linkStrength" : 1 ,
19+ "linkDistance" : 250 ,
20+ "scale" : 1 ,
21+ "close" : false
22+ }
Original file line number Diff line number Diff line change 1+ {
2+ "markdown:toggle-preview" : [
3+ {
4+ "modifiers" : [
5+ " Mod"
6+ ],
7+ "key" : " R"
8+ }
9+ ],
10+ "editor:toggle-source" : [
11+ {
12+ "modifiers" : [
13+ " Mod"
14+ ],
15+ "key" : " E"
16+ }
17+ ],
18+ "app:open-vault" : [
19+ {
20+ "modifiers" : [
21+ " Mod"
22+ ],
23+ "key" : " ."
24+ }
25+ ]
26+ }
You can’t perform that action at this time.
0 commit comments