obsidian-meta-bind-plugin icon indicating copy to clipboard operation
obsidian-meta-bind-plugin copied to clipboard

Error in Insert Into Note Button Example - can not parse button config

Open ruxi opened this issue 9 months ago • 0 comments

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:

image


I've tested this in an empty vault with just the Meta Bind community plugin

Steps to Reproduce

  1. Open a new note
  2. 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

ruxi avatar May 09 '24 16:05 ruxi