typora 使用的图床

imgbb

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"picBed": {
"uploader": "web-uploader",
"web-uploader": {
"customBody": "{\"key\": \"xxxxxxxx\"}",
"customHeader": "",
"jsonPath": "data.url",
"paramName": "image",
"url": "https://api.imgbb.com/1/upload"
}
},
"picgoPlugins": {
"picgo-plugin-super-prefix": false,
"picgo-plugin-rename-file": false,
"picgo-plugin-web-uploader": true
},
"picgo-plugin-super-prefix": {
"prefixFormat": "",
"fileFormat": "YYYYMMDDHHmmss"
},
"picgo-plugin-rename-file": {
"format": "{localFolder:1}/{h}-{i}-{s}-{ms}-{origin}-{rand:2}"
}
}

使用 typora 中的 picgo-core 插件:

需要安装插件 picgo-plugin-web-uploader

API version 1

Imgbb’s API v1 allows to upload pictures.

https://api.imgbb.com/ api 地址 Key 里面填 API key

但是这个只支持外链缩略图显示,不过在网页中是正常显示的

SMMS(不能用)

CD C:\Users\你自己的用户名\AppData\Roaming\Typora\picgo\win64

安装插件 .\picgo.exe install smms-user

github

最后还是 github 好用