Home

Awesome

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:

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.