shabegom / buttons

Buttons in Obsidian
The Unlicense
459 stars 47 forks source link

link's action converted into all lowercase causes problem #11

Closed emisjerry closed 3 years ago

emisjerry commented 3 years ago

My code:

```button
name Templater Help
type link
action https://silentvoid13.github.io/Templater/docs/internal-variables-functions/
color green
```

/Templater/ will be converted to /template/ which causes 404 not found error.

shabegom commented 3 years ago

@emisjerry just pushed a release to fix this issue. Thanks for reporting!