Current behavior: Pasting http://example.com results in literally http://example.com added to the file. Markdown automatically displays it as a link, but without title information.
Desired behavior: Allow URLs to be pasted/dragged into the form of [Page Title](http://example.com), according to the page’s HTML <title> tag. This is also how a browser saves bookmarks.
I like the way that the “Markdown All in One” plugin for vscode handles this. If you select text in your md, then paste a URL, it formats it like a link.
Folding Text also formats dragged links with the title information – at least when it’s from Chrome. Very important feature as I consider switching from Folding Text.