Awesome
Upgit for VSCode
Upload images from clipboard to remote and insert into document.
Backend pluveto/upgit: Another Typora image uploader supports multiple upload methods:
- Github
- Tencent QcloudCOS
- Qiniu Kodo
- Upyun
- SM.MS
- Imgur
- ImgUrl.org
- CatBox
- LSkyPro
- Chevereto
- ImgBB
- Cloudinary
- EasyImage
Get started
First, make sure you have installed and configured Upgit program. See pluveto/upgit.
Search upgit
in VSCode extension market, install and enable.
Press F1 to search >Settings UI
and set upgit.upgitPath
to your upgit
installation path.
If you need to customize parameters, use JSON configuration file, example:
{ "upgitPath": "C:\\Users\\pluveto\\AppData\\Local\\upgit\\upgit.exe", "upgitArgs": { "": ":clipboard", "--output-type": "stdout", "--output-format": "markdown" } }
When editing document, press F1 to search Upgit: Upload clipboard image and insert into document
and excute it.
Commands
You can bind commands to shortcut keys to make it easier to use.
extension.upgit.upload-clipboard-image
: Upload images from clipboard.