sponsor Vim development Vim logo Vim Book Ad

vim-md-link : Keep long URLs out of your way in Markdown documents

 script karma  Rating 9/3, Downloaded by 33  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.vim.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.vim.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'
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-md-link.zip 0.1.0 2024-03-17 8.2 Qad Zek Initial upload
ip used for rating: 18.220.136.165

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github