This commit is contained in:
oscar.plaisant@icloud.com
2024-01-10 02:18:57 +01:00
parent 14378a3bec
commit a39c9e47c9
74 changed files with 25710 additions and 52680 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian-meta-bind-plugin",
"name": "Meta Bind Plugin",
"version": "0.10.1",
"version": "0.11.0",
"minAppVersion": "1.4.0",
"description": "This plugin can create input fields inside your notes and bind them to metadata fields.",
"author": "Moritz Jung",

View File

@@ -381,6 +381,16 @@ code.mb-error {
color: var(--text-error) !important;
}
.mb-warning {
color: var(--text-warning) !important;
font-weight: bold;
font-family: var(--font-monospace);
}
code.mb-warning {
color: var(--text-warning) !important;
}
/* Code */
.mb-code {
color: var(--text-normal);