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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# Obsidian Meta Bind Plugin
2
2
This plugin can create input fields inside your notes and bind them to metadata fields.
3
3
4
+
### UNDER CONSTRUCTION
5
+
This plugin is not yet finished.
6
+
7
+
Planed features are:
8
+
- two-way sync (listening to file changes and updating the input fields)
9
+
- more input types
10
+
4
11
### How to use
5
12
To create an input field you have to write an inline code block starting with `INPUT`. Then in square brackets the type of input field and what metadata field to bind to.
6
13
@@ -12,7 +19,7 @@ Examples:
12
19
Be aware that the plugin might do unwanted things when you have multiple files with the same name in your vault.
13
20
14
21
### How to install
15
-
Currently, there is no release. When there is one, follow the steps below.
22
+
This plugin is still in **beta**.
16
23
17
24
You must manually download the zip archive from the latest release here on GitHub.
18
25
After downloading, extract the archive into the `.obsidian/plugins` folder in your vault.
0 commit comments