buttons icon indicating copy to clipboard operation
buttons copied to clipboard

Error Loading Button

Open futuremotiondev opened this issue 6 months ago • 1 comments

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:

Image

Only the "Anthropic Console" button works.

Am I missing something stupid? I'm relatively new to Obsidian.

futuremotiondev avatar Oct 24 '25 10:10 futuremotiondev

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.

Image

iancullinane avatar Nov 30 '25 21:11 iancullinane