Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/PLDaily/coc-picgo

PicGo extension for coc.nvim, forked from vs-picgo
https://github.com/PLDaily/coc-picgo

Last synced: about 2 months ago
JSON representation

PicGo extension for coc.nvim, forked from vs-picgo

Awesome Lists containing this project

README

        

# coc-picgo

[PicGo](https://github.com/Molunerfinn/PicGo) extension for coc.nvim, forked from [vs-picgo](https://github.com/PicGo/vs-picgo)

## Install

`:CocInstall coc-picgo`

## Features

Uploading an image from clipboard
clipboard.gif

Uploading images from input box
inputbox.gif

Use selection text as the uploaded fileName
selection.gif
Notice: These characters: \$, :, /, ? and newline will be ignored in the image name. (Because they are invalid for file names.)

## Usage

```
xmap a (coc-codeaction-selected)
nmap a (coc-codeaction-selected)
```

## License

MIT

---

> This extension is created by [create-coc-extension](https://github.com/fannheyward/create-coc-extension)