File tree Expand file tree Collapse file tree
obsidian-react-components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .obsidian /
21private /
Original file line number Diff line number Diff line change 1+ icons /
2+ workspace.json
3+
4+ plugins /** /* . *
5+ ! plugins /** /data.json
6+ themes /
Original file line number Diff line number Diff line change 1+ {
2+ "promptDelete" : false ,
3+ "alwaysUpdateLinks" : true ,
4+ "userIgnoreFilters" : null ,
5+ "showUnsupportedFiles" : false ,
6+ "attachmentFolderPath" : " res" ,
7+ "spellcheck" : false ,
8+ "showLineNumber" : true
9+ }
Original file line number Diff line number Diff line change 1+ {
2+ "accentColor" : " #63f27b" ,
3+ "cssTheme" : " Material Ocean"
4+ }
Original file line number Diff line number Diff line change 1+ {
2+ "backlinkInDocument" : true
3+ }
Original file line number Diff line number Diff line change 1+ [
2+ " mousewheel-image-zoom" ,
3+ " link-tree" ,
4+ " table-editor-obsidian" ,
5+ " any-block" ,
6+ " cm-editor-syntax-highlight-obsidian" ,
7+ " obsidian-icon-folder" ,
8+ " link-favicon" ,
9+ " webpage-html-export" ,
10+ " obsidian-version-history-diff" ,
11+ " obsidian-git"
12+ ]
Original file line number Diff line number Diff line change 1+ {
2+ "file-explorer" : true ,
3+ "global-search" : true ,
4+ "switcher" : true ,
5+ "graph" : true ,
6+ "backlink" : true ,
7+ "canvas" : true ,
8+ "outgoing-link" : true ,
9+ "tag-pane" : true ,
10+ "properties" : false ,
11+ "page-preview" : true ,
12+ "daily-notes" : true ,
13+ "templates" : true ,
14+ "note-composer" : true ,
15+ "command-palette" : true ,
16+ "slash-command" : false ,
17+ "editor-status" : true ,
18+ "bookmarks" : true ,
19+ "markdown-importer" : true ,
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" : true ,
6+ "backlink" : true ,
7+ "canvas" : true ,
8+ "outgoing-link" : true ,
9+ "tag-pane" : true ,
10+ "properties" : false ,
11+ "page-preview" : true ,
12+ "daily-notes" : true ,
13+ "templates" : true ,
14+ "note-composer" : true ,
15+ "command-palette" : true ,
16+ "slash-command" : false ,
17+ "editor-status" : true ,
18+ "bookmarks" : true ,
19+ "markdown-importer" : true ,
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" : false
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" : true
22+ }
Original file line number Diff line number Diff line change 1+ {
2+ "select_list" : " ifhead" ,
3+ "select_quote" : " ifhead" ,
4+ "select_code" : " ifhead" ,
5+ "select_heading" : " ifhead" ,
6+ "select_brace" : " yes" ,
7+ "decoration_source" : " none" ,
8+ "decoration_live" : " block" ,
9+ "decoration_render" : " block" ,
10+ "is_neg_level" : false ,
11+ "alias_use_default" : true ,
12+ "alias_user" : [
13+ {
14+ "regex" : " |alias_demo|" ,
15+ "replacement" : " |addClass(ab-custom-text-red)|addClass(ab-custom-bg-blue)|"
16+ },
17+ {
18+ "regex" : " /\\ |alias_reg_demo\\ |/" ,
19+ "replacement" : " |addClass(ab-custom-text-red)|addClass(ab-custom-bg-blue)|"
20+ }
21+ ],
22+ "user_processor" : [
23+ {
24+ "id" : " alias2_demo" ,
25+ "name" : " alias2_demo" ,
26+ "match" : " alias2_demo" ,
27+ "process_alias" : " |addClass(ab-custom-text-blue)|addClass(ab-custom-bg-red)|"
28+ }
29+ ],
30+ "is_debug" : false
31+ }
You can’t perform that action at this time.
0 commit comments