Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ReturnTmp committed Nov 20, 2023
1 parent fd8a32f commit e1b9a57
Show file tree
Hide file tree
Showing 47 changed files with 35,103 additions and 38,015 deletions.
7 changes: 4 additions & 3 deletions docs/.obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"accentColor": "",
"baseFontSize": 14,
"baseFontSize": 16,
"translucency": false,
"nativeMenus": false,
"theme": "system",
"cssTheme": "Things",
"cssTheme": "Atom",
"enabledCssSnippets": [
"main"
]
],
"textFontFamily": "霞鹜文楷 GB 屏幕阅读版 R,华文仿宋"
}
7 changes: 6 additions & 1 deletion docs/.obsidian/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"obsidian-git",
"obsidian-image-auto-upload-plugin",
"table-editor-obsidian",
"templater-obsidian"
"templater-obsidian",
"cm-chs-patch",
"typewriter-mode",
"obsidian-mind-map",
"obsidian-pangu",
"open-in-new-tab"
]
36 changes: 35 additions & 1 deletion docs/.obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
{}
{
"editor:open-search-replace": [
{
"modifiers": [
"Mod"
],
"key": "R"
}
],
"editor:toggle-highlight": [
{
"modifiers": [
"Mod"
],
"key": "H"
}
],
"editor:toggle-blockquote": [
{
"modifiers": [
"Mod"
],
"key": "Q"
}
],
"obsidian-pangu:pangu-format": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "S"
}
]
}
7 changes: 7 additions & 0 deletions docs/.obsidian/plugins/cm-chs-patch/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"useJieba": true,
"hmm": false,
"dict": "",
"moveByChineseWords": true,
"moveTillChinesePunctuation": true
}
7 changes: 7 additions & 0 deletions docs/.obsidian/plugins/cm-chs-patch/main.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/.obsidian/plugins/cm-chs-patch/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "cm-chs-patch",
"name": "Word Splitting for Simplified Chinese in Edit Mode and Vim Mode",
"version": "1.10.0",
"minAppVersion": "0.15.0",
"description": "A patch for Obsidian's built-in CodeMirror Editor to support Simplified Chinese word splitting",
"author": "AidenLx",
"authorUrl": "https://github.com/AidenLx",
"isDesktopOnly": false
}
6 changes: 3 additions & 3 deletions docs/.obsidian/plugins/easy-typing-obsidian/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"SelectionEnhance": true,
"IntrinsicSymbolPairs": true,
"BaseObEditEnhance": true,
"FW2HWEnhance": true,
"FW2HWEnhance": false,
"AutoFormat": true,
"ExcludeFiles": "",
"ChineseEnglishSpace": true,
Expand All @@ -14,8 +14,8 @@
"AutoCapital": false,
"AutoCapitalMode": "typing",
"PunctuationSpaceMode": "typing",
"InlineCodeSpaceMode": 1,
"InlineFormulaSpaceMode": 1,
"InlineCodeSpaceMode": 0,
"InlineFormulaSpaceMode": 0,
"InlineLinkSpaceMode": 1,
"InlineLinkSmartSpace": true,
"UserDefinedRegSwitch": true,
Expand Down
Loading

0 comments on commit e1b9a57

Please sign in to comment.