Skip to content

Commit 08fc2af

Browse files
committed
Update readme
1 parent defa7a5 commit 08fc2af

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Obsidian Meta Bind Plugin
22
This plugin can create input fields inside your notes and bind them to metadata fields.
33

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+
411
### How to use
512
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.
613

@@ -12,7 +19,7 @@ Examples:
1219
Be aware that the plugin might do unwanted things when you have multiple files with the same name in your vault.
1320

1421
### How to install
15-
Currently, there is no release. When there is one, follow the steps below.
22+
This plugin is still in **beta**.
1623

1724
You must manually download the zip archive from the latest release here on GitHub.
1825
After downloading, extract the archive into the `.obsidian/plugins` folder in your vault.

0 commit comments

Comments
 (0)