/coc-picgo

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

Primary LanguageTypeScriptMIT LicenseMIT

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