- Notifications
You must be signed in to change notification settings - Fork59
PicGo/vs-picgo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The VSCode extension ofPicGo.
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.
Use selection text as the uploadedfileName
\$
,:
,/
,?
and newline will be ignored in the image name.(Because they are invalid for file names.)You can change all the shortcuts below as you wish.
OS | Uploading an image from clipboard | Uploading images from explorer | Uploading an image from input box |
---|---|---|---|
Windows/Unix | Ctrl +Alt +U | Ctrl +Alt +E | Ctrl +Alt +O |
OsX | Cmd +Opt +U | Cmd +Opt +E | Cmd +Opt +O |
Default
- The default image hosting isSM.MS.
Custom
Use an external configuration file
Use VSCode settings
Customize the name of the image to be uploaded
Notice: If you selected some text before uploading, the selection will become thefileName
of the image to be uploaded.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"}
In this way:
vs-picgo
will use the same configuration asPicGo-electron
.PicGo-electron
will display all the uploaded images byvs-picgo
in its gallery.
- From ^1.0.0 to ^2.x
- External configuration file property has changed, from
picgo.path
topicgo.configPath
.
- External configuration file property has changed, from
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.
Please readCONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Enjoy!
About
A VSCode plugin of PicGo
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.