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
488 stars 40 forks source link

button builder broken #433

Open Slender4fun opened 1 day ago

Slender4fun commented 1 day ago

Please fill out these Check-boxes

Plugin Version

1.2.1

This Issue Occurs on

Debug Info

SYSTEM INFO:
    Obsidian version: v1.6.7
    Installer version: v1.4.14
    Operating system: Darwin Kernel Version 22.6.0: Mon Apr 22 20:49:37 PDT 2024; root:xnu-8796.141.3.705.2~1/RELEASE_ARM64_T6000 22.6.0
    Login status: not logged in
    Insider build toggle: off
    Live preview: on
    Base theme: adapt to system
    Community theme: none
    Snippets enabled: 0
    Restricted mode: off
    Plugins installed: 3
    Plugins enabled: 1
        1: Meta Bind v1.2.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

if i add any otehr function than "input" or "command" the button-builder does not show the action added. if i first add one of the above, then an other (no visible change) and then delete the first object, only the title changes and shows the second added item. action context does not change ( so my title is now "open link" but the text below says "the text to input at the cursor")

grafik

Steps to Reproduce

install newest plugin version. try to build a button

Expected Behavior

shows growing list of actions under the "actions" heading in the button-builder

mProjectsCode commented 20 hours ago

Can you check if this issue persists in version 1.2.2?

Slender4fun commented 18 hours ago

if i "add action" for "open" noting happens. i can now also not add any other action. have to reopen the button configurator.

if i add "command" it appears normal. then i add "open", nothing happens. then i "move down" the first action. the scrollbar got longer just now. Above is now the title of "open a link" but no context under it.

grafik

edit: i think every other action except "open" works now normall.

debuginfo: SYSTEM INFO: Obsidian version: v1.6.7 Installer version: v1.4.14 Operating system: Darwin Kernel Version 22.6.0: Mon Apr 22 20:49:37 PDT 2024; root:xnu-8796.141.3.705.2~1/RELEASE_ARM64_T6000 22.6.0 Login status: not logged in Insider build toggle: off Live preview: on Base theme: adapt to system Community theme: none Snippets enabled: 0 Restricted mode: off Plugins installed: 1 Plugins enabled: 1 1: Meta Bind v1.2.2

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.