Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zWingz/picgo-plugin-github-plus
picgo uploader for github
https://github.com/zWingz/picgo-plugin-github-plus
Last synced: 3 months ago
JSON representation
picgo uploader for github
- Host: GitHub
- URL: https://github.com/zWingz/picgo-plugin-github-plus
- Owner: zWingz
- License: mit
- Created: 2019-01-15T07:59:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T16:19:20.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T19:12:16.376Z (7 months ago)
- Language: TypeScript
- Size: 1.69 MB
- Stars: 90
- Watchers: 3
- Forks: 18
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: License
Awesome Lists containing this project
- Awesome-PicGo - picgo-plugin-github-plus
README
# picgo-plugin-github-plus
plugin for [PicGo](https://github.com/Molunerfinn/PicGo)
- Sync `uploaded` with github use `data.json`
- Sync `remove` action
- Pull `img` info from github**Don't edit `lastSync`**
## Usage
### Config
- repo: repo name, split by '/', eg: `owner/repoName`
- branch: default `master`
- token: github `access token`
- path: file path
- customUrl: used to insead of `https://raw.githubusercontent.com/:owner/:repo/:branch/:path/:filename`, eg: `${customUrl}/path/filename.jpg`
- origin: `github` or `gitee`, default `github`makesure the `customUrl` can access your `repo`
![](https://zwing.site/imgur/57566062-a7752000-73fa-11e9-99c1-e3a0562bc41d.png)
### Menu
- Sync origin: Just sync `data.json` (use latest updated)
- Pull origin: Pull all `img` info from origin (**force** and **override** local `data.json`)## Support gitee
由于`gitee`文件大小有`1mb`限制, 所以超过`1mb`的文件无法通过外链获取
## Related
- [Hyrule](https://github.com/zWingz/Hyrule): A electron app to manage issues and images from github