vim-quicklink
vim-quicklink copied to clipboard
Support alternate link formats
Use the inline markdown link format
a link to [google](http://google.com)
or html anchor tag
<a href="http://google.com">google</a>
Thanks to @alobaid for the idea.
One could also think about the rst file format :
`link name <www.url.here>`__
This would be really nice, I'd like to use this functionality for comments in source files also for example.