Skip to content

Commit 9822971

Browse files
committed
stage obsdian config
1 parent e3da701 commit 9822971

20 files changed

Lines changed: 576 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
.obsidian/
21
private/

.obsidian/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
icons/
2+
workspace.json
3+
4+
plugins/**/*.*
5+
!plugins/**/data.json
6+
themes/

.obsidian/app.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"promptDelete": false,
3+
"alwaysUpdateLinks": true,
4+
"userIgnoreFilters": null,
5+
"showUnsupportedFiles": false,
6+
"attachmentFolderPath": "res",
7+
"spellcheck": false,
8+
"showLineNumber": true
9+
}

.obsidian/appearance.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"accentColor": "#63f27b",
3+
"cssTheme": "Material Ocean"
4+
}

.obsidian/backlink.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"backlinkInDocument": true
3+
}

.obsidian/community-plugins.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
]
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
}

.obsidian/core-plugins.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
}

.obsidian/graph.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
}

0 commit comments

Comments
 (0)