Typora picgo-core gitee图片上传设置

1. 创建gitee仓库,并获取私人令牌

2. 安装nodejs

3. 安装picgo-core

复制代码
 偏好设置-》图像-》上传服务选择【PicGo-Core(command line)】-》下载或更新

4. 安装gitee-uploader

  1. 上面的完整路径是
    C:\\Users\\52956\\AppData\\Roaming\\Typora\\picgo\\win64\\picgo.exe
    进入
    C:\Users\{用户}\AppData\Roaming\Typora\picgo\win64\
  2. shift+鼠标左键单击,点击在终端中打开
  3. 输入.\picgo.exe install gitee-uploader 回车
  4. 输入.\picgo.exe install super-prefix回车

5. 配置

点击打开配置文件

json 复制代码
{
  "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: 存储目录

6. 验证图片上传

相关推荐
故渊at2 天前
第二板块:Android 四大组件标准化学理 | 第八篇:Service 后台执行实体与优先级
android·gitee·service·前台服务·后台服务
故渊at2 天前
第二板块:Android 四大组件标准化学理 | 第九篇:BroadcastReceiver 事件分发与有序广播
android·gitee·broadcast·广播·动态注册·静态注册
毛豆的毛豆Y2 天前
新上架!给 Gitee 用户做了个工具:CopoGit
gitee
hashiqimiya2 天前
每日android布局xml文件
android·xml·gitee
效能革命笔记2 天前
Gitee DevSecOps 军工软件工厂实践:以智能版本管理破解跨院所协同难题
gitee
QiLinkOS3 天前
合肥气链科技有限公司本质总结
c++·科技·算法·gitee·开源
tealcwu4 天前
【Git 实战】三类方案实现一键推送多端仓库(Gitee & GitHub)
git·gitee·github
yurenpai(27届找实习中)4 天前
IntelliJ IDEA 项目推送到 Gitee 完整教程
gitee
晓说前端5 天前
本地项目如何上传到远程仓库?(以Gitee为例,附GitHub说明)
gitee·github
qinwsq6 天前
Typora 配置 PicGo 图床(gitee仓库)
gitee