vim-md-link : Keep long URLs out of your way in Markdown documents
script karma |
Rating 4/1,
Downloaded by 26 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Qad Zek |
|
script type |
utility |
|
description |
This plugin keeps long URLs out of your way in Markdown documents.
It accomplishes this by converting inline Markdown links into reference links. For instance, the following:
# Notes
[Vim](https://www.vim8.org) and [Neovim](https://neovim.io) are text editors.
will be turned into
# Notes
[Vim][0] and [Neovim][1] are text editors.
## Links
[0]: https://www.vim8.org
[1]: https://neovim.io
vim-md-link adds commands for converting a single link or all links, opening a link in your browser, jumping to a link, deleting links, and more.
See https://github.com/qadzek/vim-md-link for the details. |
|
install details |
Use your favorite plugin manager to install this plugin.
If you use vim-plug: Plug 'qadzek/vim-md-link'
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 207.241.235.164
|