Typora picgo-core gitee图片上传设置
1. 创建gitee仓库,并获取私人令牌
2. 安装nodejs
3. 安装picgo-core
偏好设置-》图像-》上传服务选择【PicGo-Core(command line)】-》下载或更新
4. 安装gitee-uploader

- 上面的完整路径是
C:\\Users\\52956\\AppData\\Roaming\\Typora\\picgo\\win64\\picgo.exe
进入
C:\Users\{用户}\AppData\Roaming\Typora\picgo\win64\ - 按
shift+鼠标左键单击,点击在终端中打开 - 输入
.\picgo.exe install gitee-uploader回车 - 输入
.\picgo.exe install super-prefix回车
5. 配置
点击打开配置文件
{"picBed": {"current": "gitee","uploader": "gitee","gitee": {"repo": "user-aaa/repo-bbb","token": "xxxa306a11xf8edxx","path": "img","customUrl": "","branch": "master"}},"picgoPlugins": {"picgo-plugin-gitee-uploader": true,"picgo-plugin-super-prefix": true},"picgo-plugin-super-prefix": {"fileFormat": "YYYYMMDDHHmmss"}
}
仓库地址:https://gitee.com/user-aaa/repo-bbb.git
picBed.gitee.repo: https://gitee.com/user-aaa/repo-bbb.git
picBed.gitee.token: 私人令牌
picBed.gitee.path: 存储目录
