Skip to content

Commit c0715e7

Browse files
committed
修复输入/无法触发命令
1 parent a1e347d commit c0715e7

File tree

23 files changed

+518
-288
lines changed

23 files changed

+518
-288
lines changed

.obsidian/.diary-stats

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

.obsidian/community-plugins.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
"csv-obsidian",
33
"enhanced-editing",
4-
"obsidian-style-settings",
54
"recent-files-obsidian",
65
"cmenu-plugin",
76
"calendar",
@@ -14,7 +13,6 @@
1413
"workspaces-plus",
1514
"obsidian-advanced-uri",
1615
"obsidian-hotkeys-for-specific-files",
17-
"obsidian-better-command-palette",
1816
"metaedit",
1917
"cm-chs-patch",
2018
"omnisearch",
@@ -45,19 +43,18 @@
4543
"various-complements",
4644
"obsidian-version-history-diff",
4745
"obsidian-react-components",
48-
"obsidian-shellcommands",
4946
"buttons",
5047
"templater-obsidian",
5148
"obsidian-dynamic-highlights",
5249
"obsidian-bartender",
5350
"obsidian-reveal-active-file",
5451
"obsidian-query-control",
5552
"folder-note-plugin",
56-
"better-inline-fields",
5753
"Enhanced-editing",
5854
"file-tree-alternative",
5955
"quickadd",
6056
"obsidian-hide-sidebars-when-narrow",
61-
"obsidian-quiet-outline",
62-
"obsidian-table-generator"
57+
"obsidian-table-generator",
58+
"obsidian-style-settings",
59+
"obsidian-quiet-outline"
6360
]

.obsidian/core-plugins.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"templates",
1212
"note-composer",
1313
"command-palette",
14+
"slash-command",
1415
"editor-status",
1516
"starred",
1617
"markdown-importer",

.obsidian/graph.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"repelStrength": 10,
1818
"linkStrength": 1,
1919
"linkDistance": 250,
20-
"scale": 0.8975481607522646,
21-
"close": false
20+
"scale": 0.21713926058435334,
21+
"close": true
2222
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
"search_support": true,
23
"level_switch": true,
34
"markdown": true,
4-
"expand_level": "2"
5+
"expand_level": "2",
6+
"hide_unsearched": true,
7+
"auto_expand": true,
8+
"regex_search": false
59
}

.obsidian/plugins/obsidian-style-settings/data.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,22 +170,18 @@
170170
"blue-topaz-theme@@p-kanban-color-1@@light": "#ADCAE165",
171171
"blue-topaz-theme@@remove-arrow": true,
172172
"blue-topaz-theme@@toggle-calendar-transparent": true,
173-
"blue-topaz-theme@@background-waves-color@@light": "#5A8BFF78",
173+
"blue-topaz-theme@@background-waves-color@@light": "#5C87EC8C",
174174
"blue-topaz-theme@@line-height-split": 1,
175175
"blue-topaz-theme@@margin-list": 1,
176176
"blue-topaz-theme@@code-box-style-option": "codebox-default-style",
177177
"blue-topaz-theme@@blur-codebox-frosted-glass": 2,
178178
"blue-topaz-theme@@view-button-front": true,
179179
"blue-topaz-theme@@background-waves-color@@dark": "#BDD1FFB3",
180180
"blue-topaz-theme@@line-height-list-edit": 1,
181-
"blue-topaz-theme@@simple-titlebar": false,
182181
"obsidian-prism-theme@@pt-minimal-right-sidebar": true,
183182
"obsidian-prism-theme@@color-schemes-lt": "pt-color-scheme-swan-lt",
184183
"blue-topaz-theme@@line-width-readable": 50,
185184
"blue-topaz-theme@@background-image-settings-markdown-page-options": "background-image-settings-markdown-page-transparent",
186-
"blue-topaz-theme@@blur-depth": 0,
187-
"blue-topaz-theme@@saturate-4-bg": 1,
188-
"blue-topaz-theme@@brightness-4-bg": 0.9,
189185
"blue-topaz-theme@@font-size-split": "0.8em",
190186
"blue-topaz-theme@@paragraph-spacing": 1.3,
191187
"blue-topaz-theme@@fancy-cursor-width": "4px",
@@ -202,5 +198,12 @@
202198
"checkbox@@check-text": false,
203199
"checkbox@@chck-pad": true,
204200
"checkbox@@chst-q": false,
205-
"blue-topaz-theme@@quiet-outline": true
201+
"blue-topaz-theme@@saturate-4-bg": 1,
202+
"blue-topaz-theme@@background-settings-workplace-random": false,
203+
"blue-topaz-theme@@background-leaf-resize-handle@@light": "#E9E9E900",
204+
"blue-topaz-theme@@brightness-4-bg": 0.9,
205+
"blue-topaz-theme@@blur-depth": 0,
206+
"blue-topaz-theme@@simple-titlebar": false,
207+
"blue-topaz-theme@@titlebar-blur-depth": 8,
208+
"blue-topaz-theme@@titlebar-brightness": 1
206209
}

.obsidian/plugins/obsidian42-brat/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"themesList": [
1818
{
1919
"repo": "whyt-byte/Blue-Topaz_Obsidian-css",
20-
"lastUpdate": "2022-08-14T15:08:44Z"
20+
"lastUpdate": "2022-08-16T07:42:57Z"
2121
}
2222
],
2323
"updateAtStartup": true,

.obsidian/plugins/various-complements/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"delayMilliSeconds": 100,
1010
"disableSuggestionsDuringImeOn": true,
1111
"insertAfterCompletion": false,
12-
"firstCharactersDisableSuggestions": ":/^@-#",
12+
"firstCharactersDisableSuggestions": "-#:/^@",
1313
"showMatchStrategy": false,
1414
"showComplementAutomatically": true,
1515
"showIndexingStatus": false,

.obsidian/snippets/custom-admonitions.c9c6cb.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.obsidian/snippets/【自定义】myhome 样式.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,9 @@ input#limit{
769769
}
770770
dvjs ~ :is(p,b,bold)>:is(select)
771771
{
772+
appearance:none;
773+
-moz-appearance:none;
774+
-webkit-appearance:none;
772775
background-color: transparent;
773776
color: var(--text-normal);
774777
border: 1px solid rgba(204, 204, 204, 0.76);
@@ -784,6 +787,8 @@ dvjs ~ :is(p,b,bold)>:is(select)
784787
}
785788
dvjs ~ :is(p,b,bold)>select option
786789
{
790+
791+
background-color:var(--background-primary);
787792
color: var(--text-muted);
788793
}
789794
@media screen and (max-width: 768px) {
@@ -835,7 +840,11 @@ margin-left: 0.5em;
835840
letter-spacing: .1em;
836841
white-space: nowrap;
837842
}
838-
.popover .popover-titlebar .popover-title[data-count$='Music.md']::before
843+
844+
845+
846+
847+
.popover .popover-titlebar .popover-title[data-path$='Music.md']::before
839848
{
840849
float: left;
841850
content: '';
@@ -845,7 +854,7 @@ margin-left: 0.5em;
845854
border-left: 2px solid #10ea14;
846855
position: relative;
847856
}
848-
.popover .popover-titlebar .popover-title[data-count$='Music.md']::after
857+
.popover .popover-titlebar .popover-title[data-path$='Music.md']::after
849858
{
850859
content: '';
851860
height: 6px;
@@ -868,4 +877,3 @@ margin-left: 0.5em;
868877
{
869878
display: none;
870879
}
871-

0 commit comments

Comments
 (0)