buttons
buttons copied to clipboard
Error Loading Button
I have a file in my DB called "Buttons.md" Where I've defined three buttons as so:
```button
name Anthropic API Keys
type link
action https://console.anthropic.com/settings/keys
```
^button-anthropic-keys
```button
name Anthropic Admin Keys
type link
action https://platform.claude.com/settings/admin-keys
```
^button-anthropic-admin-keys
```button
name Anthropic Console
type link
action https://console.anthropic.com/dashboard
```
^button-anthropic-console
And then right below, I am trying to get the inline buttons to work:
`button-anthropic-keys`
`button-anthropic-admin-keys`
`button-anthropic-console`
But I get only this:
Only the "Anthropic Console" button works.
Am I missing something stupid? I'm relatively new to Obsidian.
Same issue for me. Some inline buttons work and others just don't.
It worked for a few days and for some reason today it just stopped. If I make a new button it will work, but my existing buttons seem to just disappear.