shabegom / buttons

Buttons in Obsidian
The Unlicense
455 stars 47 forks source link

Can't add emoji in button #63

Closed echo-saurav closed 2 years ago

echo-saurav commented 2 years ago

emoji button works on mobile but on pc its look like this 2021-07-17-154554_744x78_scrot

shabegom commented 2 years ago

Hmm 🤔 it looks like the emoji is being converted into an html image and the html isn't being rendered.

I'll take a look at how I can support rendering html inside the button and see if that fixes your problem.

Thanks for reporting!

shabegom commented 2 years ago

I changed button rendering in 0.4.15 to render html tags. This should solve your emoji issue!

echo-saurav commented 2 years ago

thank you