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
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ This plugin can create input fields inside your notes and bind them to metadata
5
5
This plugin is not yet finished.
6
6
7
7
### How to use
8
-
To create an input field you have to write an inline code block starting with `INPUT`. Then in square brackets the type of input fieldand what metadata field to bind to.
8
+
To create an input field you have to write an inline code block or normal code block starting with `INPUT`. Then in square brackets the type of input field, in round brackets arguments and finally behind a colon the metadata field to bind to.
9
9
10
-
Examples:
10
+
#### Examples:
11
11
-`INPUT[toggle]` will create an unbound toggle
12
12
-`INPUT[slider:rating]` will create a slider bound to the metadata field `rating` of this note
13
13
-`INPUT[text:task#completedOn]` will create a text input bound to the metadata field `completedOn` of the note with the name `task`
0 commit comments