PLDaily / coc-picgo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coc-picgo

PicGo extension for coc.nvim, forked from 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 <leader>a  <Plug>(coc-codeaction-selected)
nmap <leader>a  <Plug>(coc-codeaction-selected)

License

MIT


This extension is created by create-coc-extension

About

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

License:MIT License


Languages

Language:TypeScript 93.6%Language:JavaScript 6.4%