From 4baf513f47f7f1f8cd1772205abd9bbb533b23fc Mon Sep 17 00:00:00 2001 From: Nadav Spiegelman Date: Wed, 17 Apr 2024 22:30:22 -0400 Subject: [PATCH] Fix typo and phrasing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47a23820..97f917c4 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ A plugin for [Obsidian](https://obsidian.md/) to make your notes interactive with inline **input fields**, **metadata displays (view fields)**, and **buttons**. Meta Bind allows you to create input and view fields inside your notes. -Those input and view fields can then be bound to frontmatter properties, which keeps them in sync those frontmatter properties. -Allowing you to edit and view your frontmatter properties inside your notes. +Those input and view fields can then be bound to frontmatter properties, which keeps them in sync with those frontmatter properties. +This allows you to edit and view your frontmatter properties inside your notes. 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]`. When you click the toggle, the `done` property will switch between `true` and `false`.