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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
A plugin for [Obsidian](https://obsidian.md/) to make your notes interactive with inline **input fields**, **metadata displays (view fields)**, and **buttons**.
4
4
5
5
Meta Bind allows you to create input and view fields inside your notes.
6
-
Those input and view fields can then be bound to frontmatter properties, which keeps them in sync those frontmatter properties.
7
-
Allowing you to edit and view your frontmatter properties inside your notes.
6
+
Those input and view fields can then be bound to frontmatter properties, which keeps them in sync with those frontmatter properties.
7
+
This allows you to edit and view your frontmatter properties inside your notes.
8
8
9
9
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]`.
10
10
When you click the toggle, the `done` property will switch between `true` and `false`.
0 commit comments