An open API service indexing awesome lists of open source software.

https://github.com/kyoh86/denops-mdlink.vim

Vim/Neovim plugin to paste url into markdown powered by denops.vim
https://github.com/kyoh86/denops-mdlink.vim

denops markdown neovim neovim-plugin nvim vim

Last synced: 2 months ago
JSON representation

Vim/Neovim plugin to paste url into markdown powered by denops.vim

Awesome Lists containing this project

README

          

# denops-mdlink.vim

Vim/Neovim plugin to paste url into markdown link powered by denops.vim

https://github.com/user-attachments/assets/92b68bd4-014c-4dbc-a30e-5206fbeee73e

## Usage

Copy a URL to your clipboard, then run:

```
:MarkdownUrlPaste
```

If the page title is fetched, it inserts `[title](url)`; otherwise it inserts
the URL as-is.

## doc

[./doc/mdlink.txt](./doc/mdlink.txt)

# License

[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg)](http://www.opensource.org/licenses/MIT)

This software is released under the
[MIT License](http://www.opensource.org/licenses/MIT), see LICENSE.