vs-picgo
使用 VSCode PicGo 插件 vs-picgo,简单快速搭建 Markdown 专用图床
安装配置
- 在VSCode
Extensions
搜索vs-picgo安装,点击设置图标选择扩展设置
进入设置项。 - 具体配置项如下,
current
设置为github
后,填写branch
分支(默认为master),自定义URLcustomUrl
填写后可生成图片markdown代码,path
为仓库下图片存储路径,repo
为仓库名,token
在GitHub生成,点击Generate new toke
勾选repo确认生成后留存备用。
{
"picgo.picBed.current": "github",
"picgo.picBed.github.branch": "master",
"picgo.picBed.github.customUrl": "https://raw.githubusercontent.com/用户名/仓库名/master",
"picgo.picBed.github.path": "img/",
"picgo.picBed.github.repo": "用户名/仓库名",
"picgo.picBed.github.token": "xxx"
}
[图片上传失败...(image-965629-1586356899106)]
使用方式
- 从剪贴板上传快捷键方式,Windows/Unix为
Ctrl + Alt + U
,OsX为Cmd + Opt + U
。 - 从资源管理器选择上传快捷键方式,Windows/Unix为
Ctrl + Alt + E
,OsX为Cmd + Opt + E
。 - 输入本地资源地址上传快捷键方式,Windows/Unix为
Ctrl + Alt + O
,OsX为Cmd + Opt + O
。 - 以上三种方式上传时,若选中文本则以选中文本为上传文件名。
注意
- 若无法访问
https://raw.githubusercontent.com
,则需要修改hosts文件,复制hosts文件后添加199.232.4.133 raw.githubusercontent.com
行,再覆盖到C:\Windows\System32\drivers\etc
下。 - 可参考PicGo 配置手册