Skip to content

Commit

Permalink
修复输入/无法触发命令
Browse files Browse the repository at this point in the history
  • Loading branch information
cumany committed Aug 16, 2022
1 parent a1e347d commit c0715e7
Show file tree
Hide file tree
Showing 23 changed files with 518 additions and 288 deletions.
2 changes: 1 addition & 1 deletion .obsidian/.diary-stats

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
"csv-obsidian",
"enhanced-editing",
"obsidian-style-settings",
"recent-files-obsidian",
"cmenu-plugin",
"calendar",
Expand All @@ -14,7 +13,6 @@
"workspaces-plus",
"obsidian-advanced-uri",
"obsidian-hotkeys-for-specific-files",
"obsidian-better-command-palette",
"metaedit",
"cm-chs-patch",
"omnisearch",
Expand Down Expand Up @@ -45,19 +43,18 @@
"various-complements",
"obsidian-version-history-diff",
"obsidian-react-components",
"obsidian-shellcommands",
"buttons",
"templater-obsidian",
"obsidian-dynamic-highlights",
"obsidian-bartender",
"obsidian-reveal-active-file",
"obsidian-query-control",
"folder-note-plugin",
"better-inline-fields",
"Enhanced-editing",
"file-tree-alternative",
"quickadd",
"obsidian-hide-sidebars-when-narrow",
"obsidian-quiet-outline",
"obsidian-table-generator"
"obsidian-table-generator",
"obsidian-style-settings",
"obsidian-quiet-outline"
]
1 change: 1 addition & 0 deletions .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"templates",
"note-composer",
"command-palette",
"slash-command",
"editor-status",
"starred",
"markdown-importer",
Expand Down
4 changes: 2 additions & 2 deletions .obsidian/graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.8975481607522646,
"close": false
"scale": 0.21713926058435334,
"close": true
}
6 changes: 5 additions & 1 deletion .obsidian/plugins/obsidian-quiet-outline/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"search_support": true,
"level_switch": true,
"markdown": true,
"expand_level": "2"
"expand_level": "2",
"hide_unsearched": true,
"auto_expand": true,
"regex_search": false
}
15 changes: 9 additions & 6 deletions .obsidian/plugins/obsidian-style-settings/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,22 +170,18 @@
"blue-topaz-theme@@p-kanban-color-1@@light": "#ADCAE165",
"blue-topaz-theme@@remove-arrow": true,
"blue-topaz-theme@@toggle-calendar-transparent": true,
"blue-topaz-theme@@background-waves-color@@light": "#5A8BFF78",
"blue-topaz-theme@@background-waves-color@@light": "#5C87EC8C",
"blue-topaz-theme@@line-height-split": 1,
"blue-topaz-theme@@margin-list": 1,
"blue-topaz-theme@@code-box-style-option": "codebox-default-style",
"blue-topaz-theme@@blur-codebox-frosted-glass": 2,
"blue-topaz-theme@@view-button-front": true,
"blue-topaz-theme@@background-waves-color@@dark": "#BDD1FFB3",
"blue-topaz-theme@@line-height-list-edit": 1,
"blue-topaz-theme@@simple-titlebar": false,
"obsidian-prism-theme@@pt-minimal-right-sidebar": true,
"obsidian-prism-theme@@color-schemes-lt": "pt-color-scheme-swan-lt",
"blue-topaz-theme@@line-width-readable": 50,
"blue-topaz-theme@@background-image-settings-markdown-page-options": "background-image-settings-markdown-page-transparent",
"blue-topaz-theme@@blur-depth": 0,
"blue-topaz-theme@@saturate-4-bg": 1,
"blue-topaz-theme@@brightness-4-bg": 0.9,
"blue-topaz-theme@@font-size-split": "0.8em",
"blue-topaz-theme@@paragraph-spacing": 1.3,
"blue-topaz-theme@@fancy-cursor-width": "4px",
Expand All @@ -202,5 +198,12 @@
"checkbox@@check-text": false,
"checkbox@@chck-pad": true,
"checkbox@@chst-q": false,
"blue-topaz-theme@@quiet-outline": true
"blue-topaz-theme@@saturate-4-bg": 1,
"blue-topaz-theme@@background-settings-workplace-random": false,
"blue-topaz-theme@@background-leaf-resize-handle@@light": "#E9E9E900",
"blue-topaz-theme@@brightness-4-bg": 0.9,
"blue-topaz-theme@@blur-depth": 0,
"blue-topaz-theme@@simple-titlebar": false,
"blue-topaz-theme@@titlebar-blur-depth": 8,
"blue-topaz-theme@@titlebar-brightness": 1
}
2 changes: 1 addition & 1 deletion .obsidian/plugins/obsidian42-brat/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"themesList": [
{
"repo": "whyt-byte/Blue-Topaz_Obsidian-css",
"lastUpdate": "2022-08-14T15:08:44Z"
"lastUpdate": "2022-08-16T07:42:57Z"
}
],
"updateAtStartup": true,
Expand Down
2 changes: 1 addition & 1 deletion .obsidian/plugins/various-complements/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"delayMilliSeconds": 100,
"disableSuggestionsDuringImeOn": true,
"insertAfterCompletion": false,
"firstCharactersDisableSuggestions": ":/^@-#",
"firstCharactersDisableSuggestions": "-#:/^@",
"showMatchStrategy": false,
"showComplementAutomatically": true,
"showIndexingStatus": false,
Expand Down
2 changes: 1 addition & 1 deletion .obsidian/snippets/custom-admonitions.c9c6cb.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions .obsidian/snippets/【自定义】myhome 样式.css
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,9 @@ input#limit{
}
dvjs ~ :is(p,b,bold)>:is(select)
{
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background-color: transparent;
color: var(--text-normal);
border: 1px solid rgba(204, 204, 204, 0.76);
Expand All @@ -784,6 +787,8 @@ dvjs ~ :is(p,b,bold)>:is(select)
}
dvjs ~ :is(p,b,bold)>select option
{

background-color:var(--background-primary);
color: var(--text-muted);
}
@media screen and (max-width: 768px) {
Expand Down Expand Up @@ -835,7 +840,11 @@ margin-left: 0.5em;
letter-spacing: .1em;
white-space: nowrap;
}
.popover .popover-titlebar .popover-title[data-count$='Music.md']::before




.popover .popover-titlebar .popover-title[data-path$='Music.md']::before
{
float: left;
content: '';
Expand All @@ -845,7 +854,7 @@ margin-left: 0.5em;
border-left: 2px solid #10ea14;
position: relative;
}
.popover .popover-titlebar .popover-title[data-count$='Music.md']::after
.popover .popover-titlebar .popover-title[data-path$='Music.md']::after
{
content: '';
height: 6px;
Expand All @@ -868,4 +877,3 @@ margin-left: 0.5em;
{
display: none;
}

Loading

0 comments on commit c0715e7

Please sign in to comment.