npm install bimg-cli -g
- 创建一个 gitee 仓库,记得设置为开源。
-
生成 token
点击生成令牌
进行安全验证
生成成功,记得保存好token,页面关闭后再也没法查看了
- 打开 Typora 中偏好设置的图像,上传服务设置为 Custom Command ,命令填写
bimg upload --type gitee -t <token> -o <owner> -r <repo> -p <path>
例如
bimg upload --type gitee -t xxxx -o PenLa -r image-bed -p image
点击图片服务验证成功后,可以看到图片的url地址,点击链接可以验证是否上传成功。
Typora 图片打开右击菜单,点击图片上传
上传成功后可以看到,图片的地址变成了 gitee 仓库的地址
- 创建仓库
- 打开
Settings
中的Developer settings
,生成token
,记得把token
记下来
- 打开 Typora 中偏好设置的图像,上传服务设置为 Custom Command ,命令填写
bimg upload -t <token> -o <owner> -r <repo> -p <path>
例如
bimg upload -t xxxx -o PenLa -r image-bed -p image