Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A VSCode plugin of PicGo

License

NotificationsYou must be signed in to change notification settings

PicGo/vs-picgo

Repository files navigation

The VSCode extension ofPicGo.

versionVisual Studio Marketplace RatinginstallsBuild StatusCoveralls github branchGitHub starsPicGo ConventionJavaScript Style Guide

Overview

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 andSM.MS, which are supported byPicGo-Core. And the plugin feature of PicGo-Core is working in progress.

Features

Uploading an image from clipboardclipboard.gif
Uploading images from explorerexplorer.gif
Uploading images from input boxinput box.gif
Use selection text as the uploadedfileNameselection.gifNotice: 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.

OSUploading an image from clipboardUploading images from explorerUploading an image from input box
Windows/UnixCtrl +Alt +UCtrl +Alt +ECtrl +Alt +O
OsXCmd +Opt +UCmd +Opt +ECmd +Opt +O

Settings

  • Default

    • The default image hosting isSM.MS.
  • Custom

    BIG NEWS: from 2.0.0, We can customize the settings in VSCode settingsvscode-setting.png
    • Use an external configuration file

      Enter the path of the configuration fileexternal-config.png
    • Use VSCode settings

      First, choose the current PicBedcurrent-picbed.png
      Then, input all the info the current PicBed needspicbed-info.png
      Customize the name of the image to be uploadedNotice: If you selected some text before uploading, the selection will become thefileName of the image to be uploaded.image-name.png
      Customize the output format of the uploaded imageoutput-format.png
      Suggested settings forPicGo-electron users (See PicGo configuration path for more information):

      Notice:YOUR_HOME_DIR should be replaced by the path of your current user path.

      // Windows{"picgo.configPath":"YOUR_HOME_DIR\\AppData\\Roaming\\PicGo\\data.json","picgo.dataPath":"YOUR_HOME_DIR\\AppData\\Roaming\\PicGo\\data.json"}// macOS{"picgo.configPath":"YOUR_HOME_DIR/Library/Application Support/picgo/data.json","picgo.dataPath":"YOUR_HOME_DIR/Library/Application Support/picgo/data.json"}// Linux{"picgo.configPath":"YOUR_HOME_DIR/.config/picgo/data.json","picgo.dataPath":"YOUR_HOME_DIR/.config/picgo/data.json"}
      picgo.configPath andpicgo.dataInfoPath can be set in vscode settingsfor-picgo-user.png

      In this way:

      1. vs-picgo will use the same configuration asPicGo-electron.
      2. PicGo-electron will display all the uploaded images byvs-picgo in its gallery.

Migration

  • From ^1.0.0 to ^2.x
    • External configuration file property has changed, frompicgo.path topicgo.configPath.

Versioning

For the versions available, see thetags on PicGo/vs-picgo. ChangeLogs can be found atCHANGELOG.md. All the dev builds can be found onGitHub Actions, and you can just open the build of a specific commit, and go to the Summary tab to download the artifacts.

Contributing

Please readCONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Contributors

Thanks

Enjoy!


[8]ページ先頭

©2009-2025 Movatter.jp