You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS: taps in the editor were often swallowed. You had to tap two or three times before typing registered, and internal links / Bases cards needed an extra tap. Every touch release triggered a decoration rebuild that landed in the gap between touchend and the synthesized click (desktop was unaffected, because CodeMirror places the cursor on mousedown, before the rebuild). Rebuilds now happen only after a real drag selection that actually removed cards, and are deferred out of that window. touchcancel is handled too — iOS sends it instead of touchend when the system takes over a gesture, which previously left cards stripped and the drag state stuck.
Live Preview: the blank area beside a card is no longer clickable. The click handler covered the full editor width instead of just the card.
Added
Third User-Agent fallback for bot-protected sites. Some sites (Etsy and similar) return 403 to both the desktop and facebookexternalhit user agents, leaving you with a bare text card. A third attempt now uses a link-preview bot user agent. It only runs when the first two fetches come back empty, so normal sites send no extra requests.
Changed
The card's top-right button now follows Obsidian 1.13's native --embed-actions-* tokens (translucent, blurred, borderless), so it matches the button you get when hovering an image and follows your theme. All values carry fallbacks, so older Obsidian versions and themes that don't define them still render correctly.