You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Please fill out these Check-boxes
Plugin Version
1.1.3
This Issue Occurs on
Debug Info
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:
Expected Behavior
I expect the plugin to create a function button as when using the following code:
The text was updated successfully, but these errors were encountered: