Closed seven-steven closed 3 years ago
@Seven-Steven 控制台没有任何报错吗?
@upupming 感谢回应。
我先打开控制台,清空与 picgo 插件无关的警告信息,然后在 markdown 文件中依按下快捷键 ctrl + alt + U
or ctrl + alt + E
or ctrl + alt + O
,屏幕右下角会弹出错误提示,但是控制台没有任何新增报错。
补充:
@Seven-Steven 刚刚发了一个包 2.1.1,可以先尝试更新一下
@upupming 更新到 2.1.1 之后控制台会显示报错信息,如下:
@Seven-Steven 看到错误了,打包出了点问题 (https://github.com/PicGo/PicGo-Core/issues/71 ),明天再发个包修复一下
@upupming 好的,麻烦您了
@Seven-Steven 已经放在 GitHub Release 了:https://github.com/PicGo/vs-picgo/releases/tag/v2.1.2 ,明早我再请 @Spades-S 更新一下 VSCode Marketplace
@upupming 感谢深夜帮我排查和解决问题。
我更新了 vs-picgo 2.1.2 版本,在完全使用默认配置的情况下,sm.ms 图床可以正常使用。
但我这边有一些额外的需求。
在我单独安装的 picgo-core 中,我通过 “picgo-plugin-web-uploader" 插件配置了自定义图床(不在默认提供的图床列表之内)。我的 .picgo/config.json
文件如下:
{
"picBed": {
"current": "web-uploader",
"web-uploader": {
"customBody": null,
"customHeader": null,
"url": "XXXXXXXXXXXXXXXXXXXXXXX",
"paramName": "file",
"jsonPath": "data.o_url"
}
},
"picgoPlugins": {
"picgo-plugin-web-uploader": true
}
}
上述配置在命令行和 Typora 中都是验证正常可用的。
如果我在 vs-picgo 的配置中指定 picgo 的配置文件为 /home/seven/.picgo/config.josn
, 也就是上面提到的自定义配置:
控制台会提示 ”Can't find smms config", 导致无法上传图片。
请问 vs-picgo 插件能否支持自定义图床呢?无需在 vs-code 中配置自定义图床,只需要能够使用我的 picgo-core 的配置文件即可。
再次感谢!
@Seven-Steven 已经放在 GitHub Release 了:https://github.com/PicGo/vs-picgo/releases/tag/v2.1.2 ,明早我再请 @Spades-S 更新一下 VSCode Marketplace
done
@upupming 感谢深夜帮我排查和解决问题。
验证
我更新了 vs-picgo 2.1.2 版本,在完全使用默认配置的情况下,sm.ms 图床可以正常使用。
但我这边有一些额外的需求。
背景
在我单独安装的 picgo-core 中,我通过 “picgo-plugin-web-uploader" 插件配置了自定义图床(不在默认提供的图床列表之内)。我的
.picgo/config.json
文件如下:{ "picBed": { "current": "web-uploader", "web-uploader": { "customBody": null, "customHeader": null, "url": "XXXXXXXXXXXXXXXXXXXXXXX", "paramName": "file", "jsonPath": "data.o_url" } }, "picgoPlugins": { "picgo-plugin-web-uploader": true } }
上述配置在命令行和 Typora 中都是验证正常可用的。
问题
如果我在 vs-picgo 的配置中指定 picgo 的配置文件为
/home/seven/.picgo/config.josn
, 也就是上面提到的自定义配置: 控制台会提示 ”Can't find smms config", 导致无法上传图片。诉求
请问 vs-picgo 插件能否支持自定义图床呢?无需在 vs-code 中配置自定义图床,只需要能够使用我的 picgo-core 的配置文件即可。
再次感谢!
这个诉求的核心是在于 vs-picgo
和 picgo-core
共用配置文件 🤔,我们先看下如果可行,会在后续版本支持哈
@Spades-S 或者说在不共用配置文件的情况下,我可以自己往 vs-picgo 安装并配置插件实现自定义图床吗?
@Seven-Steven 参考 #43 ,后续肯定会实现,不过暂时时间关系还没写😂,先把这个关了哈
Describe the bug
I installed the plugin vs-picgo on VsCode 1.58.2, but can't upload images. The error message shows "command uploadImageFromXXX not found".
To Reproduce
ctrl + alt + U
orctrl + alt + E
orctrl + alt + O
;Screenshots
VSCode information
Help
->About
->Copy
vs-picgo
version 2.1.0Settings begin with
picgo
:Additional context
Is this bug picBed specific, i.e. only the picBed you use is affected? No.
Is there any error in the console (
Help
->Toggle Developer tools
)?: No.