[Summary] Syntax preferences when drop / paste urls
Options:
- Insert as plain text, e.g:
https://github.com/typora/typora-issues - Convert to auto URL link, e.g:
<https://github.com/typora/typora-issues> - Convert to hyperlink, e.g:
[https://github.com/typora/typora-issues](https://github.com/typora/typora-issues) - Fetch target title and convert to hyperlink, e.g: `[typora/typora-issues: Bugs, suggestions or free discussions about the minimal markdown editor — Typora] #2168
- change Windows link slash () to Unix one (/) #3598
- copy and use relative path #4241
- add "./" on relative image path #4281
Currently, when user paste text, option 1 is used. When user paste <a href="url">url</a>, option 2 is used. When user paste <a href="url">text</a>, [text](url) is used.
The default behavior can be discussed, since some users wants plain text #2203, while some wants #2168. But I think current behavior is OK as the default one.
relates #985
Possibly relates to #1612 and #1754?
I came here to post an issue requesting Option #4 (automatically retrieve page title from URL). I have been using Boostnote and Visual Studio Code for Markdown editing until now. Option #4 is the only thing I miss from those editors. And I really miss it.
Another vote for:
5) change Windows link slash (\) to Unix one (/)
Although #3598 (which is Closed) is listed next to this item, it does not seem to have been addressed (or if it has, am I missing something?)