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 persists with all other plugins and themes disabled
Plugin Version
1.4.1
This Issue Occurs on
Windows
Linux
macOS
Android
iOS
Debug Info
SYSTEM INFO:
Obsidian version: v1.8.10
Installer version: v1.8.10
Operating system: Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:11 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6020 24.1.0
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 13
Plugins enabled: 12
1: Advanced Tables v0.22.1
2: Calendar v1.5.10
3: Dataview v0.5.68
4: Excalidraw v2.11.0
5: Kanban v2.0.51
6: Tasks v7.19.1
7: Advanced URI v1.44.3
8: Templater v2.11.1
9: Recent Files v1.7.4
10: Todoist Sync v2.0.1
11: Periodic Notes v0.0.17
12: Meta Bind v1.4.1
RECOMMENDATIONS:
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 I try this simple button example from the documentation:
Meta Bind has an in plugin help page. ==BUTTON[help-button]== Isn't that cool?
style: primary
label: Meta Bind Help
id: help-button
action:
type: command
command: obsidian-meta-bind-plugin:open-faq
I get this error:
Dataview (inline field '=BUTTON[help-button]=='): Error:
-- PARSING FAILED --------------------------------------------------
> 1 | =BUTTON[help-button]==
| ^
Expected one of the following:
'(', 'null', boolean, date, duration, file link, list ('[1, 2, 3]'), negated field, number, object ('{ a: 1, b: 2 }'), string, variable
Steps to Reproduce
install the plugins seen above
Create the button
Expected Behavior
Not throw an error.
The text was updated successfully, but these errors were encountered:
The name of the FAQ page in Obsidian has changed and
The command has dropped the mb in the command call.
The site has the following: command: obsidian-meta-bind-plugin:open-faq
What works is when you change faq to playground and drop the mb- from the name of the command. When updated to the following, the button successfully opens the FAQ, or Playground as it is called now.
I'm not trying to step on any toes with this comment, but if it helps, that's one less issue to task your brain with! Thank you for making Meta Bind available. It's far and away the best input/button plugin I've used!
Please fill out these Check-boxes
Plugin Version
1.4.1
This Issue Occurs on
Debug Info
Describe the Issue
When I try this simple button example from the documentation:
Meta Bind has an in plugin help page.
==BUTTON[help-button]==
Isn't that cool?I get this error:
Steps to Reproduce
Expected Behavior
Not throw an error.
The text was updated successfully, but these errors were encountered: