Typora云图片
安裝Node.js
必須安裝Node.js之后才能安裝PicGo的插件,因為PicGo要使用npm來安裝插件。
安裝PicGo
https://github.com/Molunerfinn/PicGo/releases/tag/v2.2.2
配置server信息
安裝插件
1、進入目錄:
C:\Users\lXXX\AppData\Roaming\picgo2、執(zhí)行
npm install picgo-plugin-gitee-uploader3、重啟
配置gitee
1、登錄gitee。https://gitee.com/
2、創(chuàng)建公有倉庫(任何人都可以訪問)
3、設(shè)置私人令牌,只有projects權(quán)限。
配置gitee uploadder插件
repo:demon75520/images ##相對路徑 branch:master token:個人令牌 path:csdn/$customPath custompath:年月 customUrl;Config
- repo: repo name, split by ‘/’, eg: owner/repoName
- branch: default master
- token: gitee personal access token
- path: file path
- customPath: auto config path
- customUrl: used to insead of https://gitee.com/:owner/:repo/raw/:path/:filename, eg: ${customUrl}/path/filename.jpg
makesure the customUrl can access your repo
customPath
自動配置path路徑 示例:path:blog/$customPath
$customPath為占位符。
配置Typora
參考:
PicGo文檔:https://picgo.github.io/PicGo-Doc/zh/guide/config.html#%E5%AE%89%E8%A3%85
PicGo git:https://github.com/Molunerfinn/PicGo
PicGo 插件:https://github.com/PicGo/Awesome-PicGo
typora markdown:https://support.typora.io/Markdown-Reference/
總結(jié)
- 上一篇: 自定义idea archetype
- 下一篇: gradle使用