We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c6984 commit ba74a50Copy full SHA for ba74a50
README.md
@@ -14,7 +14,7 @@ To create an input field you have to write an inline code block starting with `I
14
Examples:
15
- `INPUT[toggle]` will create an unbound toggle
16
- `INPUT[slider:rating]` will create a slider bound to the metadata field `rating` of this note
17
-- `INPUT[text:taks#completedOn]` will create a text input bound to the metadata field `completedOn` of the note with the name `task`
+- `INPUT[text:task#completedOn]` will create a text input bound to the metadata field `completedOn` of the note with the name `task`
18
19
The plugin also allows further customization with arguments. So the complete syntax looks like this:
20
```
0 commit comments