Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
3 of 7 tasks
ruxi opened this issue May 9, 2024 · 1 comment
Closed
3 of 7 tasks
Labels
bug Something isn't working

Comments

@ruxi
Copy link

ruxi commented May 9, 2024

Please fill out these Check-boxes

  • I checked that the plugin is up to date
  • The issue persist with all other plugins and themes disabled

This Issue Occurs on

  • Windows
  • 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 ruxi added the bug Something isn't working label May 9, 2024
@mProjectsCode
Copy link
Owner

updated the docs to fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants