1
0

项目:更新 2.4.3

This commit is contained in:
周中平 2023-10-17 15:38:39 +08:00
parent 527f7165c4
commit de3e48e937
Signed by: zhouzhongping
GPG Key ID: 6666822800008000
9 changed files with 1363 additions and 1309 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,11 @@
{ {
"id": "obsidian-minimal-settings", "id": "obsidian-minimal-settings",
"name": "Minimal Theme Settings", "name": "Minimal Theme Settings",
"version": "7.2.2", "version": "7.3.0",
"minAppVersion": "1.1.9", "minAppVersion": "1.1.9",
"description": "Change the colors, fonts and features of Minimal Theme.", "description": "Change the colors, fonts and features of Minimal Theme.",
"author": "@kepano", "author": "@kepano",
"authorUrl": "https://www.twitter.com/kepano", "authorUrl": "https://www.twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano", "fundingUrl": "https://www.buymeacoffee.com/kepano",
"isDesktopOnly": false "isDesktopOnly": false
} }

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"id": "obsidian-weread-plugin", "id": "obsidian-weread-plugin",
"name": "Weread Plugin", "name": "Weread Plugin",
"version": "0.5.3", "version": "0.5.5",
"minAppVersion": "0.12.0", "minAppVersion": "0.12.0",
"description": "This is obsidian plugin for Tencent weread.", "description": "This is obsidian plugin for Tencent weread.",
"author": "hankzhao", "author": "hankzhao",

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"id": "templater-obsidian", "id": "templater-obsidian",
"name": "Templater", "name": "Templater",
"version": "1.16.0", "version": "1.16.4",
"description": "Create and use templates", "description": "Create and use templates",
"minAppVersion": "0.11.13", "minAppVersion": "0.11.13",
"author": "SilentVoid", "author": "SilentVoid",

View File

@ -107,142 +107,81 @@ textarea.templater-prompt-input:focus {
} }
.cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag { .cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
color: #008bff; color: var(--code-property, #008bff);
} }
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag { .cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
color: #c0d700; color: var(--code-function, #c0d700);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-keyword { .cm-s-obsidian .cm-templater-command.cm-keyword {
color: #00a7aa; color: var(--code-keyword, #00a7aa);
font-weight: normal; font-weight: normal;
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-atom { .cm-s-obsidian .cm-templater-command.cm-atom {
color: #f39b35; color: var(--code-normal, #f39b35);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-number { .cm-s-obsidian .cm-templater-command.cm-value,
color: #a06fca; .cm-s-obsidian .cm-templater-command.cm-number,
.cm-s-obsidian .cm-templater-command.cm-type {
color: var(--code-value, #a06fca);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type { .cm-s-obsidian .cm-templater-command.cm-def,
color: #a06fca; .cm-s-obsidian .cm-templater-command.cm-type.cm-def {
color: var(--code-normal, var(--text-normal));
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-def { .cm-s-obsidian .cm-templater-command.cm-property,
color: #98e342; .cm-s-obsidian .cm-templater-command.cm-property.cm-def,
.cm-s-obsidian .cm-templater-command.cm-attribute {
color: var(--code-function, #98e342);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property { .cm-s-obsidian .cm-templater-command.cm-variable,
color: #d4d4d4; .cm-s-obsidian .cm-templater-command.cm-variable-2,
.cm-s-obsidian .cm-templater-command.cm-variable-3,
.cm-s-obsidian .cm-templater-command.cm-meta {
color: var(--code-property, #d4d4d4);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable { .cm-s-obsidian .cm-templater-command.cm-callee,
color: #d4d4d4; .cm-s-obsidian .cm-templater-command.cm-operator,
.cm-s-obsidian .cm-templater-command.cm-qualifier,
.cm-s-obsidian .cm-templater-command.cm-builtin {
color: var(--code-operator, #fc4384);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-2 { .cm-s-obsidian .cm-templater-command.cm-tag {
color: #da7dae; color: var(--code-tag, #fc4384);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-3 { .cm-s-obsidian .cm-templater-command.cm-comment,
color: #a06fca; .cm-s-obsidian .cm-templater-command.cm-comment.cm-tag,
.cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
color: var(--code-comment, #696d70);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type.cm-def { .cm-s-obsidian .cm-templater-command.cm-string,
color: #fc4384; .cm-s-obsidian .cm-templater-command.cm-string-2 {
color: var(--code-string, #e6db74);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property.cm-def { .cm-s-obsidian .cm-templater-command.cm-header,
color: #fc4384; .cm-s-obsidian .cm-templater-command.cm-hr {
color: var(--code-keyword, #da7dae);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-callee { .cm-s-obsidian .cm-templater-command.cm-link {
color: #fc4384; color: var(--code-normal, #696d70);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-operator { .cm-s-obsidian .cm-templater-command.cm-error {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-qualifier {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag.cm-bracket {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-attribute {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-tag {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string {
color: #e6db74;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string-2 {
color: #f39b35;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-meta {
color: #d4d4d4;
background: inherit;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-builtin {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-header {
color: #da7dae;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-hr {
color: #98e342;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-link {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-error {
border-bottom: 1px solid #c42412; border-bottom: 1px solid #c42412;
} }
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
font-weight: normal;
}
.theme-dark
.cm-s-obsidian
.cm-templater-command.CodeMirror-activeline-background {
background: #272727;
}
.theme-dark .cm-s-obsidian .cm-templater-command.CodeMirror-matchingbracket {
outline: 1px solid grey;
color: #d4d4d4 !important;
}
.CodeMirror-hints { .CodeMirror-hints {
position: absolute; position: absolute;
z-index: 10; z-index: 10;

2030
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,9 +14,9 @@
"write-heading-ids": "docusaurus write-heading-ids" "write-heading-ids": "docusaurus write-heading-ids"
}, },
"dependencies": { "dependencies": {
"@docusaurus/core": "^2.4.0", "@docusaurus/core": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.0", "@docusaurus/preset-classic": "^2.4.3",
"@docusaurus/theme-mermaid": "^2.4.0", "@docusaurus/theme-mermaid": "^2.4.3",
"@mdx-js/react": "^1.6.22", "@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1", "clsx": "^1.2.1",
"docusaurus-plugin-umami": "^2.0.0", "docusaurus-plugin-umami": "^2.0.0",
@ -25,7 +25,7 @@
"react-dom": "^17.0.2" "react-dom": "^17.0.2"
}, },
"devDependencies": { "devDependencies": {
"@docusaurus/module-type-aliases": "^2.4.0" "@docusaurus/module-type-aliases": "^2.4.3"
}, },
"browserslist": { "browserslist": {
"production": [ "production": [