Skip to content

Commit 60be2c5

Browse files
Merge pull request #302 from nadavspi/typo
Fix typo and phrasing
2 parents bf383cc + 4baf513 commit 60be2c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
A plugin for [Obsidian](https://obsidian.md/) to make your notes interactive with inline **input fields**, **metadata displays (view fields)**, and **buttons**.
44

55
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.
88

99
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]`.
1010
When you click the toggle, the `done` property will switch between `true` and `false`.

0 commit comments

Comments
 (0)