赞
踩
前言:主要介绍PicGo插件,这里的图床上传软件是PicGo-Core,使用命令行操作
PicGo_Path:自己的PicGo安装路径,如果通过Typora一般安装位置位于C:\Users\自己的主机名\AppData\Roaming\Typora\picgo\win64
安装以下插件前必须先安装node.js环境
用于支持github图床上传,github-plus
使用Github作为图床使用需要先设置私人令牌:Gitee图床设置
cd {PicGo_Path}
.\picgo.exe install github-plus
{ "picBed": { "current": "github", // 代表当前的上传图床 "uploader": "github", "github": { "branch": "master", // 分支名,默认是 master "customUrl": "", // 没有自己的域名的话,默认为空即可; 如果自定义域名,注意要加http://或者https:// "path": "img/", // 自定义文件存储路径,比如 img/ 建议填 "repo": "", // 仓库名,格式是 username/reponame <用户名>/<仓库名称> 必填 "token": "" // github 私人令牌 必填 } }, "picgoPlugins": { "picgo-plugin-github-plus": true // 启用插件 } // PicGo插件 }
用于支持gitee图床上传,gitee-uploader
使用Gitee作为图床使用需要先设置私人令牌:Github图床设置
cd {PicGo_Path}
.\picgo.exe install gitee-uploader
{ "picBed": { "current": "gitee", // 代表当前的上传图床 "uploader": "gitee", "gitee": { "branch": "master", // 分支名,默认是 master "customPath": "", // 提交消息,默认为空即可 插件默认提交的是 Upload 图片名 by picGo - 时间 "customUrl": "", // 没有自己的域名的话,默认为空即可; 如果自定义域名,注意要加http://或者https:// "path": "img/", // 自定义存储路径,比如 img/ 建议填 "repo": "", // 仓库名,格式是 username/reponame <用户名>/<仓库名称> 必填 "token": "" // gitee 私人令牌 必填 } }, "picgoPlugins": { "picgo-plugin-gitee-uploader": true // 启用插件 } // PicGo插件 }
重命名插件,super-prefix
cd {PicGo_Path}
.\picgo.exe install super-prefix
"picgo-plugin-super-prefix": {
"prefixFormat": "YYYY/MM/"
"fileFormat": "YYYYMMDD-HHmm"
} //super-prefix插件配置
配置参数
YYYY/MM/DD/
YYYYMMDDHHmmss
重命名插件,rename-file
cd {PicGo_Path}
.\picgo.exe install rename-file
点击Typora里的偏好设置>打开配置文件 或 ~/.picgo/config.json
"picgo-plugin-rename-file": {
"format": "{y}/{m}/{d}/{hash}-{origin}-{rand:6}"
} //rename-file插件配置
命名规则
添加水印插件,watermark
该插件下载时会下载字体,下载过程可能有点慢
cd {PicGo_Path}
.\picgo.exe install watermark
点击Typora里的偏好设置>打开配置文件 或 ~/.picgo/config.json
"picgo-plugin-watermark": {
"text": "jxiaow", // 水印名称
"fontSize": 18, // 水印字体大小
"position":"rm" // 水印位置
} //watermark插件配置
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。