Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/PLDaily/coc-picgo
- Owner: PLDaily
- License: mit
- Created: 2020-07-09T15:06:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:56:52.000Z (about 2 years ago)
- Last Synced: 2024-08-04T23:08:35.345Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 25 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-PicGo - coc-picgo
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
Uploading images from input box
Use selection text as the uploaded
fileName
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)