Skip to content

Upload and insert clipboard image into document with upgit uploader

License

Notifications You must be signed in to change notification settings

pluveto/upgit-vscode-extension

Repository files navigation

Upgit for VSCode

简体中文 | English

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.

upgit_20220413_1649824782.png

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.

About

Upload and insert clipboard image into document with upgit uploader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published