generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this plugin
Description
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
- Create a new note with property to update, e.g. "foo" with value 0.
- 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
```
- Create BUTTON in code block e.g. with binding to id "test"
BUTTON[test]
- Use (pre)view mode where the button is not to be seen.
Expected Behavior
The button is visible
Metadata
Metadata
Assignees
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this plugin