https://github.com/exu/vim-img2data
VIM converting image url in clipboard to base64 encoded data
https://github.com/exu/vim-img2data
Last synced: 7 months ago
JSON representation
VIM converting image url in clipboard to base64 encoded data
- Host: GitHub
- URL: https://github.com/exu/vim-img2data
- Owner: exu
- Created: 2012-06-21T10:27:47.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-21T10:40:10.000Z (about 14 years ago)
- Last Synced: 2025-01-31T21:07:02.081Z (over 1 year ago)
- Language: VimL
- Size: 89.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# img2data.vim
## Description
Converting link to image in clipboard to embedded data
## Requirements
VIM with python support
## Usage
Copy image link URL to your clipboard (VIMs @+ register), then enter VIM and call:
:call Img2Data()
plugin insert converted text under cursor in current buffer.
## Installation
Copy file to your ~/.vim/plugins directory
You can map it to a key e.g.
map \ii :call Img2Data()