mProjectsCode / obsidian-meta-bind-plugin

A plugin for Obsidian to make your notes interactive with inline input fields, metadata displays, and buttons.
https://www.moritzjung.dev/obsidian-meta-bind-plugin-docs/
GNU General Public License v3.0
473 stars 38 forks source link

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

Closed ruxi closed 4 months ago

ruxi commented 4 months ago

Please fill out these Check-boxes

This Issue Occurs on

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

mProjectsCode commented 4 months ago

updated the docs to fix this