typora+github+picgo设置图床

typora+github+picgo图床

前言

? typora中的图片复制到博客中会导致图片加载失败,因为此图片路径是本地路径。解决此问题就是要将本地图片先上传到服务器中,生成图片url,这样复制到其他网站中图片可以正常显示。

前置条件

github

typora:https://download.typora.io/windows/typora-setup-x64.exe

picgo:https://github.com/Molunerfinn/PicGo/releases/download/v2.3.1/PicGo-Setup-2.3.1.exe

实验过程

1. 创建仓库

登录github.com,顶部工具栏右侧创建新仓库

image-20240121155811762

image-20240121160108199

2. 设置token

image-20240121161414521

image-20240121161441327

image-20240121161649853

image-20240121161555502

image-20240121160509173

点击最下面Generate token

image-20240121160633261

保存好自己的token信息

3. 设置picgo

image-20240121161244485

**注意:**分支名不要写master,去自己仓库中查看分支名称,如下图所示为main

image-20240121161251409

4.设置typora图片上传

image-20240121162720909

image-20240121162902834

之后点击验证图片上传,成功

问题

在如此配置之后单一图片上传可以成功,但是图片批量上传会导致失败

**解决方案:**picgo设置时间戳命名

image-20240121163139657