nekoshita/obsidian-auto-card-link

Favicon and image not show on card link

Closed this issue · 2 comments

favicon and image not show like this:

favicon: //radicalmotion.com/assets/favicon.54a9c545.ico
favicon: /assets/favicon.54a9c545.ico
image: //radicalmotion.com/assets/opengraph-image.png
image: /assets/opengraph-image.png

should be fix like this using absolute path and confirm protocol

favicon: https://radicalmotion.com/assets/favicon.54a9c545.ico
image: https://radicalmotion.com/assets/opengraph-image.png

I create a pull request to fix this bug.
#43

thanks for the PR!
release it as v1.2.1