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

Button for opening a file wont validate #413

Closed
4 of 8 tasks
STP404 opened this issue Sep 15, 2024 · 1 comment
Closed
4 of 8 tasks

Button for opening a file wont validate #413

STP404 opened this issue Sep 15, 2024 · 1 comment
Labels
bug Undesired behavior caused by this plugin

Comments

@STP404
Copy link

STP404 commented Sep 15, 2024

Please fill out these Check-boxes

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

Plugin Version

1.1.3

This Issue Occurs on

  • Windows
  • Linux
  • macOS
  • Android
  • iOS

Debug Info

SYSTEM INFO:
	Obsidian version: v1.6.7
	Installer version: v1.4.16
	Operating system: Windows 10 Home 10.0.19045
	Login status: not logged in
	Insider build toggle: off
	Live preview: on
	Base theme: dark
	Community theme: Minimal v7.7.18
	Snippets enabled: 4
	Restricted mode: off
	Plugins installed: 32
	Plugins enabled: 24
		1: Better Word Count v0.10.1
		2: Calendar v1.5.10
		3: Dataview v0.5.67
		4: Frontmatter Links v1.2.7
		5: Hider v1.5.1
		6: Janitor v1.0.7
		7: Natural Language Dates v0.6.2
		8: Paste URL into selection v1.7.0
		9: Periodic Notes v0.0.17
		10: Reading Time v1.1.2
		11: Recent Files v1.5.0
		12: Tag Wrangler v0.6.1
		13: Templater v2.7.1
		14: Commander v0.5.1
		15: Paste image rename v1.6.1
		16: Homepage v4.0.4
		17: Reminder v1.1.15
		18: File Tree Alternative v2.6.0
		19: Kanban v2.0.51
		20: Minimal Theme Settings v8.1.1
		21: Style Settings v1.0.9
		22: Tray v0.3.5
		23: Update modified date v1.4.3
		24: Meta Bind v1.1.3

RECOMMENDATIONS:
	Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
	Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.

Describe the Issue

When trying to create a button to open a note, it will give the [META_BIND_ERROR] instead of creating the button

Steps to Reproduce

This code will not create the button, instead it will create a [META_BIND_ERROR] box:

style: primary
label: Open myTestFile Note
action:
  type: open
  link: [[myTestFile]]

Expected Behavior

I expect the plugin to create a function button as when using the following code:

style: primary
label: Open Google.com
action:
  type: open
  link: http:www.google.com
@STP404 STP404 added the bug Undesired behavior caused by this plugin label Sep 15, 2024
@STP404
Copy link
Author

STP404 commented Sep 15, 2024

I might have missed it in the documentation...
The note link has to be between quotes:

style: primary
label: Open myTestFile Note
action:
type: open
link: "[[myTestFile]]"

@STP404 STP404 closed this as completed Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Undesired behavior caused by this plugin
Projects
None yet
Development

No branches or pull requests

1 participant