You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,22 @@
1
1
# Obsidian Meta Bind Plugin
2
2
3
-
This plugin can create input fields inside your notes and bind them to metadata fields, syncing their contents.
4
-
Allowing you to create things like checkboxes inside your notes that change a metadata field e.g. `done` when checked.
5
-
Or creating a slider inside your movie notes, that syncs up with a metadata field named `rating`.
3
+
Meta Bind allows you to create input and view fields inside your notes.
4
+
Those input and view fields can then be bound to frontmatter properties, which keeps them in sync those frontmatter properties.
5
+
Allowing you to edit and view your frontmatter properties inside your notes.
6
+
7
+
For example, you can create a toggle inside your note, that is bound to a frontmatter property named `done`, with this simple inline code block `INPUT[toggle:done]`.
8
+
When you click the toggle, the `done` property will switch between `true` and `false`.
9
+
10
+
To learn more, check out the [docs](https://mprojectscode.github.io/obsidian-meta-bind-plugin-docs).
0 commit comments