link.vim : Keep long URLs out of your way
script karma |
Rating 17/5,
Downloaded by 174 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Qad Zek |
|
script type |
utility |
|
description |
link.vim keeps long URLs out of your way. It supports links in Markdown syntax and plaintext links (e.g. in emails, in text files etc.)
Inline links will be moved to a reference section. For instance, the following Markdown document:
[Vim](https://www.vim.org) and [Neovim](https://neovim.io) are text editors.
will be turned into
[Vim][0] and [Neovim][1] are text editors.
## Links
[0]: https://www.vim.org
[1]: https://neovim.io
This plugin adds commands to convert a single link, a range of links or all links; commands to open a link in your browser, jump to the reference section and more.
See https://github.com/qadzek/link.vim for details and a screencast. |
|
install details |
Use your favorite plugin manager to install this plugin.
For instance, if you use vim-plug:
Plug 'qadzek/link.vim' |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 44.220.184.63
|