Open
Description
- Copy
http://example.com
- Open markdown editor and paste
Current behavior
Pastes with option to insert md link: [text](http://example.com)
Feature request
Also give option to add reference link instead:
[text][ref]
[ref]: http://example.com
Presumably should reuse existing references too if one already exists