obsidian-meta-bind-plugin
obsidian-meta-bind-plugin copied to clipboard
Error in Insert Into Note Button Example - can not parse button config
Please fill out these Check-boxes
- [X] I checked that the plugin is up to date
- [X] The issue persist with all other plugins and themes disabled
This Issue Occurs on
- [ ] Windows
- [X] Linux
- [ ] macOS
- [ ] Android
- [ ] iOS
Plugin Version
1.1.0
Describe the Issue
I get a [META_BIND_ERROR]
when I try to run the insert into note button example
Here is the details of the error:
I've tested this in an empty vault with just the Meta Bind
community plugin
Steps to Reproduce
- Open a new note
- Insert the following code block
style: primary
label: Insert Into Note
action:
type: templaterCreateNote
line: 3
value: "Hello, world!"
templater: false
Expected Behavior
I expected the string "Hello, world!" to be inserted under the button