Typora图片自动上传配置方法,Typora插件PicGo-Core的配置文件内容
Typora图片自动上传(PicGo-Core + Gitee)参考博客
https://blog.csdn.net/qq_33957967/article/details/121556494
当多图片上传后,出现takon找不到时,将自己原来的配置文件复制进去即可。
打开Typora->文件->偏好设置->图像
将自己原来配置好的配置复制到配置文件中即可。
path,repo,token都是自己的信息
{
"picBed": {
"current": "gitee",
"uploader": "gitee",
"gitee": {
"branch": "master",
"customPath": "yearMonth",
"customUrl": "",
"path": "images/",
"repo": "ding-xi/assets",
"token": "自己gitee仓库的私密令牌"
},
"smms-user": {
"Authorization": "自己gitee仓库的私密令牌"
},
"transformer": "path"
},
"picgoPlugins": {
"picgo-plugin-gitee-uploader": true,
"picgo-plugin-smms-user": true,
"picgo-plugin-github-plus": true,
"picgo-plugin-super-prefix": true
},
"picgo-plugin-gitee-uploader": {
"lastSync": "2022-02-16 10:18:50"
},
"picgo-plugin-github-plus": {
"lastSync": "2020-04-07 11:09:08"
}
}