Skip to content

Buttons not displaying since Obsidian v1.6.3 #348

@tobischiebel

Description

@tobischiebel

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.1

Describe the Issue

Any Codeblock buttons are no longer displayed at all in neither preview or view mode since the Obsidian v1.6.3 update on Windows.
Also tested on Android on Obsidian 1.5.12, where the buttons are still displayed as intended.

Steps to Reproduce

  1. Create a new note with property to update, e.g. "foo" with value 0.
  2. Create button, e.g. to id "test"
```meta-bind-button
label: "This is a test"
hidden: true
id: "test"
style: default
actions:
  - type: updateMetadata
    bindTarget: foo
    evaluate: false
    value: 69
```
  1. Create BUTTON in code block e.g. with binding to id "test"
BUTTON[test]
  1. Use (pre)view mode where the button is not to be seen.

Expected Behavior

The button is visible

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugUndesired behavior caused by this plugin

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions