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
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Obsidian Meta Bind Plugin
2
2
3
-
A plugin for [Obsidian](https://obsidian.md/) to make your notes interactive with inline input fields, metadata displays, and buttons.
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
6
Those input and view fields can then be bound to frontmatter properties, which keeps them in sync those frontmatter properties.
@@ -11,6 +11,9 @@ When you click the toggle, the `done` property will switch between `true` and `f
11
11
12
12
To learn more, check out the [docs](https://mprojectscode.github.io/obsidian-meta-bind-plugin-docs).
13
13
14
+
> [!WARNING]
15
+
> The next plugin version will probably be 1.0.0, which will include breaking changes to the plugins JavaScript API.
0 commit comments