Skip to content

Commit a600532

Browse files
committed
添加了部分内容,结构优化
1 parent e36188d commit a600532

File tree

27 files changed

+20802
-54814
lines changed

27 files changed

+20802
-54814
lines changed

.obsidian/appearance.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"monospaceFontFamily": "JetBrains Mono",
55
"textFontFamily": "JetBrains Mono",
66
"nativeMenus": false,
7-
"cssTheme": "Border"
7+
"cssTheme": "Border",
8+
"baseFontSize": 16
89
}

.obsidian/community-plugins.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"obsidian-image-toolkit",
77
"obsidian-enhancing-export",
88
"obsidian-git",
9-
"obsidian-version-history-diff"
9+
"obsidian-version-history-diff",
10+
"obsidian-latex-suite",
11+
"easy-typing-obsidian"
1012
]

.obsidian/file-recovery.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"intervalMinutes": 60,
3+
"keepDays": 7
4+
}

.obsidian/hotkeys.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
],
2323
"key": "F5"
2424
}
25-
]
25+
],
26+
"easy-typing-obsidian:easy-typing-paste-without-format": []
2627
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"Tabout": true,
3+
"SelectionEnhance": true,
4+
"IntrinsicSymbolPairs": true,
5+
"BaseObEditEnhance": true,
6+
"FW2HWEnhance": true,
7+
"BetterCodeEdit": true,
8+
"AutoFormat": false,
9+
"ExcludeFiles": "",
10+
"ChineseEnglishSpace": true,
11+
"ChineseNumberSpace": true,
12+
"EnglishNumberSpace": true,
13+
"ChineseNoSpace": true,
14+
"PunctuationSpace": true,
15+
"AutoCapital": true,
16+
"AutoCapitalMode": "typing",
17+
"PunctuationSpaceMode": "typing",
18+
"InlineCodeSpaceMode": 1,
19+
"InlineFormulaSpaceMode": 1,
20+
"InlineLinkSpaceMode": 1,
21+
"InlineLinkSmartSpace": true,
22+
"UserDefinedRegSwitch": true,
23+
"UserDefinedRegExp": "{{.*?}}|++\n<.*?>|--\n\\[\\!.*?\\][-+]{0,1}|-+\n(file:///|https?://|ftp://|obsidian://|zotero://|www.)[^\\s()《》。,,!?;;:“”‘’\\)\\(\\[\\]\\{\\}']+|--\n\n[a-zA-Z0-9_\\-.]+@[a-zA-Z0-9_\\-.]+|++\n(?<!#)#[\\u4e00-\\u9fa5\\w-\\/]+|++",
24+
"debug": false,
25+
"userSelRepRuleTrigger": [
26+
"-",
27+
"#"
28+
],
29+
"userSelRepRuleValue": [
30+
{
31+
"left": "~~",
32+
"right": "~~"
33+
},
34+
{
35+
"left": "#",
36+
"right": " "
37+
}
38+
],
39+
"userDeleteRulesStrList": [
40+
[
41+
"demo|",
42+
"|"
43+
]
44+
],
45+
"userConvertRulesStrList": [
46+
[
47+
":)|",
48+
"😀|"
49+
]
50+
],
51+
"userSelRuleSettingsOpen": true,
52+
"userDelRuleSettingsOpen": true,
53+
"userCvtRuleSettingsOpen": true,
54+
"EnterTwice": false,
55+
"TryFixChineseIM": true,
56+
"PuncRectify": false,
57+
"FixMacOSContextMenu": false,
58+
"TryFixMSIME": false
59+
}

0 commit comments

Comments
 (0)