nekoshita/obsidian-auto-card-link

Failed to build the cardlink properly on IOS and iPadOS

Opened this issue ยท 0 comments

When using it on IOS 17.5.1 or iPadOS 17.5.1, the plugin fails to retrieve the title, description or image. I end up with this :

url: https://youtube.com/watch?v=MA9ErYq6luo&si=tpklh2OqPrWLkcMj
title: "YouTube"
description: "Share your videos with friends, family, and the world"
host: youtube.com
favicon: https://m.youtube.com/static/favicon.ico

Instead of this when I paste the same link with Obsidian on macOS:

url: https://youtube.com/watch?v=MA9ErYq6luo&si=tpklh2OqPrWLkcMj
title: "Gemini-UI-To-Code: AI Develops Frontend - UI Generator (Opensource)"
description: "Welcome to our latest video on \"Gemini-UI-To-Code: This Gemini Frontend & UI Generator is FREE & Amazing! (OpenUI & v0 Alternative)\"! ๐Ÿš€[๐Ÿ”— My Links]:๐Ÿ”ฅ Beco..."
host: youtube.com
favicon: https://www.youtube.com/s/desktop/9f65bf98/img/favicon_32x32.png
image: https://i.ytimg.com/vi/MA9ErYq6luo/maxresdefault.jpg

I don't see this issue with https://github.com/Seraphli/obsidian-link-embed (although I prefer your version).

Is there a way to enable to some debug logs in order to see what might be blocking the retrieval of all the fields ?

Thanks !