Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mProjectsCode committed Jun 11, 2022
1 parent defa7a5 commit 08fc2af
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Obsidian Meta Bind Plugin
This plugin can create input fields inside your notes and bind them to metadata fields.

### UNDER CONSTRUCTION
This plugin is not yet finished.

Planed features are:
- two-way sync (listening to file changes and updating the input fields)
- more input types

### How to use
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.

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

### How to install
Currently, there is no release. When there is one, follow the steps below.
This plugin is still in **beta**.

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

0 comments on commit 08fc2af

Please sign in to comment.