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

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

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()