update
This commit is contained in:
136
.obsidian/plugins/obsidian-meta-bind-plugin/main.js
vendored
136
.obsidian/plugins/obsidian-meta-bind-plugin/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -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",
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user