You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vs-picgo is a VSCode extension for uploading images to a remote image hosting service and insert the url into the current editing file. It's much more efficient than other tools. And it can give us the better experience of uploading images. vs-picgo supports 8 kinds of image hosting services: weibo, qiniu, tcyun, upyun, github, aliyun, imgur and SM.MS, which are supported by PicGo-Core. And the plugin feature of PicGo-Core is working in progress.
Features
Uploading an image from clipboardUploading images from explorerUploading images from input boxUse selection text as the uploaded fileNameNotice: These characters: \$, :, /, ? and newline will be ignored in the image name. (Because they are invalid for file names.)
Keyboard shortcuts
You can change all the shortcuts below as you wish.
BIG NEWS: from 2.0.0, We can customize the settings in VSCode settings
Use an external configuration file
Enter the path of the configuration file
Use VSCode settings
First, choose the current PicBedThen, input all the info the current PicBed needsCustomize the name of the image to be uploadedNotice: If you selected some text before uploading, the selection will become the fileName of the image to be uploaded.Customize the output format of the uploaded image
Suggested settings for PicGo-electron users (See PicGo configuration path for more information):
Notice: YOUR_HOME_DIR should be replaced by the path of your current user path.
picgo.configPath and picgo.dataInfoPath can be set in vscode settings
In this way:
vs-picgo will use the same configuration as PicGo-electron.
PicGo-electron will display all the uploaded images by vs-picgo in its gallery.
Migration
From ^1.0.0 to ^2.x
External configuration file property has changed, from picgo.path to picgo.configPath.
Versioning
For the versions available, see the tags on PicGo/vs-picgo. ChangeLogs can be found at CHANGELOG.md. All the dev builds can be found on GitHub Actions, and you can just open the build of a specific commit, and go to the Summary tab to download the artifacts.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.