generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed as not planned
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.2
Describe the Issue
I have buttons on the sidebar, that are embedded from another note.
The sidebar note that embeds them says Button ID not found, until I open the note that the button is from (A), then it appears normally
The font on the embedded note is some code type, instead of the regular font on the original button.
Steps to Reproduce
Note A:
```meta-bind-button
label: restart
style: primary
id: restart
actions:
- type: command
command: app:reload
```
`BUTTON[restart]` ^buttons
![[#^buttons]]
Note B:
![[A#^buttons]]
Expected Behavior
The embed should find the ID, and the font styles should match.
Metadata
Metadata
Assignees
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this plugin

