Pasting URL from Edge's address bar into text selection doesn't work

Steps to reproduce

  1. Copy URL on Edge address bar
  2. Select text inside a note
  3. Paste the URL into editor

Did you follow the troubleshooting guide? [Y/N]

Yes (reproducible in sandbox vault)

Expected result

URL pasted into text selection will result in [selected text](pasted URL)

Actual result

The original URL title is shown. The selected text is gone

Environment

SYSTEM INFO:
Obsidian version: v1.11.5
Installer version: v1.11.4
Operating system: Windows 11 Home Single Language 10.0.26200
Login status: logged in
Language: en
Catalyst license: none
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none


Additional information

  • Community plugin Paste URL into selection with similar purpose works for me
  • Pasting any other URL seems to work, but not the URL from Edge’s address bar
  • Video: https://drive.google.com/file/d/1EFz69BtcF1dNG229vgjsaoFMtFdQUUXP/view?usp=sharing

This happens because Explorer puts multiple things on the clipboard, including an HTML page with the URL.

In that case, the html to markdown converter kicks in.

You need to use ctrl-shit-v to paste as plain text.

I understand this is kind of special case, you can open a FR to ask has to handle it in special way.