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
- Host: GitHub
- URL: https://github.com/kyoh86/denops-mdlink.vim
- Owner: kyoh86
- License: mit
- Created: 2026-01-09T13:43:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-26T02:16:45.000Z (4 months ago)
- Last Synced: 2026-04-07T01:08:42.722Z (2 months ago)
- Topics: denops, markdown, neovim, neovim-plugin, nvim, vim
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](http://www.opensource.org/licenses/MIT)
This software is released under the
[MIT License](http://www.opensource.org/licenses/MIT), see LICENSE.