├── .github
├── CODEOWNERS
└── funding.yml
├── CONTRIBUTING_CN.md
├── License
├── CONTRIBUTING.md
└── README.md
/.github/CODEOWNERS:
--------------------------------------------------------------------------------
1 | * @Molunerfinn
--------------------------------------------------------------------------------
/.github/funding.yml:
--------------------------------------------------------------------------------
1 | github: ["Molunerfinn"]
2 |
--------------------------------------------------------------------------------
/CONTRIBUTING_CN.md:
--------------------------------------------------------------------------------
1 | # 贡献指南
2 |
3 | :tada: 首先,感谢花时间来为此项目做贡献的你们! :thumbsup:
4 |
5 | 请确保把你的项目放到了正确的分类里。有如下三个分类:
6 |
7 | - PicGo的插件
8 | - 其他APP的插件
9 | - 使用PicGo-Core的其他项目
10 |
11 | ## :rocket:PicGo的插件
12 |
13 | 这个分类是给那些写给PicGo的插件的。(支持GUI或者支持CLI或者二者都能支持)
14 |
15 | 确保你的插件是开源的,并且符合如下条件:
16 |
17 | - 文档(README)包括插件的介绍,插件的配置或者使用示例和截图。
18 | - 你的项目是活跃的并且在维护的。
19 | - 你的项目接受贡献。
20 |
21 | ## :hammer_and_wrench: 其他APP的插件
22 |
23 | 这个分类是那些给其他APP写PicGo的插件的。
24 |
25 | 确保你的插件是开源的,并且符合如下条件:
26 |
27 | - 文档(README)包括插件的介绍,插件的配置或者使用示例和截图。
28 | - 你的项目是活跃的并且在维护的。
29 | - 你的项目接受贡献。
30 |
31 | ## :package: 使用PicGo-Core的其他项目
32 |
33 | 这个分类是那些使用了PicGo-Core的项目(但是不在上述两种分类中的)。
34 |
35 | **如果你的项目没有开源**,请确保你的项目是 **免费使用** 的,并且符合如下条件:
36 |
37 | - 项目主页或者文档(README)里提到了使用PicGo-Core。
38 |
--------------------------------------------------------------------------------
/License:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2019 Molunerfinn
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/CONTRIBUTING.md:
--------------------------------------------------------------------------------
1 | # Contributing to Awesome-PciGo
2 |
3 | :tada: First off, thanks for taking the time to contribute! :thumbsup:
4 |
5 | Make sure you put things in the right category. There are three main categories:
6 |
7 | - Plugin for PicGo
8 | - Plugin for Other APPs
9 | - Project using PicGo-Core
10 |
11 | ## :rocket:Plugin for PicGo
12 |
13 | This category is for the plugin written for PicGo or PicGo-Core. (GUI or CLI or Both)
14 |
15 | Make sure your plugin is open source and the following conditions are true:
16 |
17 | - The documentation (README) contains a description of the plugin, the configuration item or demo with examples and screenshots.
18 | - The project is active and maintained.
19 | - The project accepts contributions.
20 |
21 | ## :hammer_and_wrench: Plugin for Other APPs
22 |
23 | This category is for the picgo-plugin written for Other APPs.
24 |
25 | Make sure your plugin is open source and the following conditions are true:
26 |
27 | - The documentation (README) contains a description of the plugin, the configuration item or demo with examples and screenshots.
28 | - The project is active and maintained.
29 | - The project accepts contributions.
30 |
31 | ## :package: Project using PicGo-Core
32 |
33 | This category is for the project using PicGo.
34 |
35 | **If your project is not open source**, please make sure your project is **free to use** and the following conditions are true:
36 |
37 | - The project home page or documentation (README) mentions the use of PicGo.
38 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
Special thanks to:
3 |
4 |
5 |
6 |
7 |
8 | ### [Warp, the intelligent terminal for developers](https://go.warp.dev/picgo)
9 | [Available for MacOS, Linux, & Windows](https://go.warp.dev/picgo)
10 |
11 |
12 |
13 | ---
14 |
15 | # Awesome-PicGo
16 |
17 | > A collection of awesome project using [PicGo](https://github.com/PicGo/PicGo-Core).
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 | ## :rocket: Plugin for PicGo
36 |
37 | | Name | Introduction | CLI | GUI |
38 | | ------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ |
39 | | [picgo-plugin-autocopy](https://github.com/PicGo/picgo-plugin-autocopy) | A plugin for auto copying url to clipboard after uploading. | :white_check_mark: | :x: |
40 | | [picgo-plugin-github-plus](https://github.com/zWingz/picgo-plugin-github-plus) | An **uploader** for GitHub & Gitee with sync function. | :white_check_mark: | :white_check_mark: |
41 | | [picgo-plugin-pic-migrater](https://github.com/PicGo/picgo-plugin-pic-migrater) | A plugin for pictures in markdown files migrating from one img host to another one. | :white_check_mark: | :white_check_mark: |
42 | | [picgo-plugin-web-uploader](https://github.com/yuki-xin/picgo-plugin-web-uploader) | An **uploader** for custom web api. | :white_check_mark: | :white_check_mark: |
43 | | [picgo-plugin-qingstor-uploader](https://github.com/chengww5217/picgo-plugin-qingstor-uploader) | An **uploader** for QingStor image hosting. | :white_check_mark: | :white_check_mark: |
44 | | [picgo-plugin-vscode-migrator](https://github.com/upupming/picgo-plugin-vscode-migrator) | A plugin for PicGo to import images from [`vs-picgo`](https://github.com/Spades-S/vs-picgo/). | :x: | :white_check_mark: |
45 | | [picgo-plugin-super-prefix](https://github.com/gclove/picgo-plugin-super-prefix#readme) | A plugin for customizing images filename and prefix. | :white_check_mark: | :white_check_mark: |
46 | | [picgo-plugin-smms-user](https://github.com/xlzy520/picgo-plugin-smms-user.git) | An **uploader** for registered user of SM.MS. | :white_check_mark: | :white_check_mark: |
47 | | [picgo-plugin-gitlab](https://github.com/bugwz/picgo-plugin-gitlab) | An **uploader** for GitLab. | :white_check_mark: | :white_check_mark: |
48 | | [picgo-plugin-gitlab-files](https://github.com/D-W-X/picgo-plugin-gitlab-files) | An **uploader** for GitLab.Every file make a pull request. | :white_check_mark: | :white_check_mark: |
49 | | [picgo-plugin-bilibili](https://github.com/xlzy520/picgo-plugin-bilibili) | An **uploader** for Bilibili. | :white_check_mark: | :white_check_mark: |
50 | | [picgo-plugin-gitee](https://github.com/zhanghuid/picgo-plugin-gitee) | An **uploader** for Gitee. | :white_check_mark: | :white_check_mark: |
51 | | [picgo-plugin-gitee-uploader](https://github.com/lizhuangs/picgo-plugin-gitee-uploader#readme) | An **uploader** for Gitee. | :white_check_mark: | :white_check_mark: |
52 | | [picgo-plugin-nextcloud-uploader](https://github.com/jiajiajia343434/picgo-plugin-nextcloud-uploader) | An **uploader** for Nextcloud. | :white_check_mark: | :white_check_mark: |
53 | | [picgo-plugin-watermark](https://github.com/Dec-F/picgo-plugin-watermark) | A plugin for watermarking pictures. **【GUI v2.2.0+】** | :x: | :white_check_mark: |
54 | | [picgo-plugin-quick-capture](https://github.com/PicGo/picgo-plugin-quick-capture) | A plugin for quickly capture screenshot && uploading. **【GUI v2.2.0+】** | :x: | :white_check_mark: |
55 | | [picgo-plugin-azure](https://github.com/CaiJingLong/picgo-plugin-azure) | An **uploader** for [Azure](http://dev.azure.com). | :white_check_mark: | :white_check_mark: |
56 | | [picgo-plugin-sharp](https://github.com/iovw/picgo-plugin-sharp) | A **transformer** for image compression. | :white_check_mark: | :x: |
57 | | [picgo-plugin-coding](https://github.com/zytomorrow/picgo-plugin-coding) | An **uploader** for Coding.net. | :white_check_mark: | :white_check_mark: |
58 | | [picgo-plugin-compress](https://github.com/JuZiSang/picgo-plugin-compress) | A plugin for image compression. | :white_check_mark: | :white_check_mark: |
59 | | [picgo-plugin-wxcloud-uploader](https://github.com/arleyGuoLei/picgo-plugin-wxcloud-uploader) | An **uploader** for wx-cloud (微信云开发-云存储) | :white_check_mark: | :white_check_mark: |
60 | | [picgo-plugin-folder-name](https://github.com/evgo2017/picgo-plugin-folder-name) | A plugin for use part of the local address of the file as part of the cloud address. ( 将文件的部分本地地址,作为部分云端地址) | :white_check_mark: | :white_check_mark: |
61 | | [picgo-plugin-dir-prefix](https://github.com/karboom/picgo-plugin-dir-prefix) | A plugin for generate file upload key with directory struct. | :white_check_mark: | :white_check_mark: |
62 | | [picgo-plugin-rename-file](https://github.com/liuwave/picgo-plugin-rename-file) | A PicGo plugin for customizing file name.(文件(包括路径)名称支持日期、随机字符串、文件MD5、原文件名、原文件目录结构等) | :white_check_mark: | :white_check_mark: |
63 | | [picgo-plugin-ucloud](https://github.com/Wsine/picgo-plugin-ucloud) | A PicGo plugin for UCloud. | :white_check_mark: | :white_check_mark: |
64 | | [picgo-plugin-UCloud-uploader](https://github.com/xizeyoupan/picgo-plugin-UCloud-uploader) | Another **uploader** for UCloud. | :white_check_mark: | :white_check_mark: |
65 | | [picgo-plugin-ftp-uploader](https://github.com/imba97/picgo-plugin-ftp-uploader) | An **uploader** for uploading via FTP | :white_check_mark: | :white_check_mark: |
66 | | [picgo-plugin-sftp-uploader](https://github.com/imba97/picgo-plugin-sftp-uploader) | An **uploader** for uploading via SFTP | :white_check_mark: | :white_check_mark: |
67 | | [picgo-plugin-s3](https://github.com/wayjam/picgo-plugin-s3) | An **uploader** with [Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html) API (or other *s3 compatible api* providers). | :white_check_mark: | :white_check_mark: |
68 | | [picgo-plugin-minio](https://github.com/Herbertzz/picgo-plugin-minio) | An **uploader** for MinIO | :white_check_mark: | :white_check_mark: |
69 | | [picgo-plugin-huawei-uploader](https://github.com/YunfengGao/picgo-plugin-huawei-uploader) | An **uploader** for HUAWEI Cloud OBS(华为云 对象存储). | :white_check_mark: | :white_check_mark: |
70 | | [picgo-plugin-halo-uploader](https://github.com/foraixh/picgo-plugin-halo-uploader) | An **uploader** for [halo blog](https://halo.run/). | :white_check_mark: | :x: |
71 | | [picgo-plugin-cfi-uploader](https://github.com/boeto/picgo-plugin-cfi-uploader) | An **uploader** for [Cloudflare Images](https://dash.cloudflare.com/?to=/:account/images) | :white_check_mark: | :white_check_mark: |
72 | | [picgo-plugin-auto-delete](https://github.com/MiracleDx/picgo-plugin-auto-delete) | A PicGo plugin for auto delete image when upload success | :white_check_mark: | :x: |
73 | | [picgo-plugin-dogecloud](https://github.com/W4J1e/picgo-plugin-dogecloud) | An **uploader** for uploading to dogecloud(多吉云) | :white_check_mark: | :white_check_mark: |
74 | | [picgo-plugin-postimage](https://github.com/Redns/picgo-plugin-postimage) | An **uploader** for [postimage](https://postimages.org/) | :white_check_mark: | :white_check_mark: |
75 | | [picgo-plugin-easypic](https://github.com/Redns/picgo-plugin-easypic) | An **uploader** for [My-Easy-Pic-Bed](https://github.com/fslongjin/My-Easy-Pic-Bed) | :white_check_mark: | :white_check_mark: |
76 | | [picgo-plugin-nutstore](https://github.com/Redns/picgo-plugin-NutStore) | An **uploader** for [NutStore](https://www.jianguoyun.com/) (坚果云) | :white_check_mark: | :white_check_mark: |
77 | | [picgo-plugin-bilinyun](https://github.com/Redns/picgo-plugin-bilinyun) | An **uploader** for [bilinyun](https://www.bilnn.com/) (比邻云) | :white_check_mark: | :white_check_mark: |
78 | | [picgo-plugin-imgtp](https://github.com/Redns/picgo-plugin-imgtp) | An **uploader** for [ImgTP](https://imgtp.com/) | :white_check_mark: | :white_check_mark: |
79 | | [picgo-plugin-imagebed](https://github.com/Redns/picgo-plugin-imagebed) | An **uploader** for [ImageBed](https://github.com/Redns/ImageBed) | :white_check_mark: | :white_check_mark: |
80 | | [picgo-plugin-mmwiki](https://github.com/wowtalon/picgo-plugin-mmwiki) | An **uploader** for [mm-wiki](https://github.com/phachon/mm-wiki) | :white_check_mark: | :white_check_mark: |
81 | | [picgo-plugin-lankong](https://github.com/hellodk34/picgo-plugin-lankong) | An **uploader** for [兰空图床 Lsky Pro](https://github.com/lsky-org/lsky-pro) 支持 V1 和 V2 | :white_check_mark: | :white_check_mark: |
82 | | [picgo-plugin-autobackup](https://github.com/Redns/picgo-plugin-autobackup) | A plugin for image backup | :white_check_mark: | :white_check_mark: |
83 | | [picgo-plugin-compression](https://github.com/Redns/picgo-plugin-compression) | A plugin for image compression | :white_check_mark: | :white_check_mark: |
84 | | [picgo-plugin-rclone](https://github.com/yabostone/picgo-plugin-rclone) | An **uploader** for [RCLONE](https://rclone.org/) 联动RCLONE,支持本地备份/远端备份,支持40多种后端。 | :white_check_mark: | :white_check_mark: |
85 | | [picgo-plugin-cloudinary](https://github.com/yabostone/picgo-plugin-cloudinary) | An **uploader** for [Cloudinary](https://cloudinary.com/) | :white_check_mark: | :white_check_mark: |
86 | | [picgo-plugin-squoosh](https://github.com/JolyneAnasui/picgo-plugin-squoosh) | A plugin for compressing image locally using [@squoosh/lib](https://github.com/GoogleChromeLabs/squoosh/tree/dev/libsquoosh) and rename with md5 | :white_check_mark: | :white_check_mark: |
87 | | [picgo-plugin-onemanager](https://github.com/laoxinH/picgo-plugin-onemanager) | An **uploader** for [onemanager](https://github.com/qkqpttgf/OneManager-php) 联动onemanager将onedrive作为免费图床。 | :white_check_mark: | :white_check_mark: |
88 | | [picgo-plugin-remove-exif](https://github.com/hans362/picgo-plugin-remove-exif) | Remove EXIF data before uploading 上传图片前移除EXIF数据 | :white_check_mark: | :white_check_mark: |
89 | | [picgo-plugin-penzi](https://github.com/lipeilin375/picgo-plugin-penzi) | An **uploader** for [喷子图床](https://pz.al/) | :white_check_mark: | :white_check_mark: |
90 | | [picgo-plugin-ipfs](https://github.com/KANIKIG/picgo-plugin-ipfs) | An **uploader** for IPFS. | :white_check_mark: | :white_check_mark: |
91 | | [picgo-plugin-alist](https://github.com/jinzhi0123/picgo-plugin-alist) | An **uploader** for Alist 在picgo把alist作为图床 | :white_check_mark: | :white_check_mark: |
92 | | [picgo-plugin-light-picture](https://github.com/ColdeZhang/picgo-plugin-light-picture) | An **uploader** for Light Picture 适用于Light Picture图床 | :x: | :white_check_mark: |
93 | | [picgo-plugin-oss-outside-url](https://github.com/caohongliang92/picgo-plugin-oss-outside-url) | A plugin for PicGo to get oss outside url 用于获取OSS私有空间资源外链的PicGo插件,支持阿里云OSS、腾讯云COS、七牛云Kodo | :white_check_mark: | :white_check_mark: |
94 | | [picgo-plugin-convert-heic](https://github.com/DingJunyao/picgo-plugin-convert-heic) | Convert HEIC Photo to other formats (Currently only support converting to JPEG). | :white_check_mark: | :white_check_mark: |
95 | | [picgo-plugin-azureimg](https://github.com/YukiCoco/picgo-plugin-azureimg) | An **uploader** for [Azure Repo](https://dev.azure.com/) | :white_check_mark: | :x: |
96 | | [picgo-plugin-free-uploader](https://github.com/yuanyxh/picgo-plugin-free-uploader) | a picgo plug -in, support user custom script. | :white_check_mark: | :white_check_mark: |
97 | | [picgo-plugin-lsky-uploader](https://github.com/lsilencej/picgo-plugin-lsky-uploader) | An **uploader** for [LskyPro](https://github.com/lsky-org/lsky-pro) 适用于服务器自建兰空图床开源版 | :white_check_mark: | :white_check_mark: |
98 | | [picgo-plugin-gofile](https://github.com/songquanpeng/picgo-plugin-gofile) | An **uploader** for [Go File](https://github.com/songquanpeng/go-file). | :white_check_mark: | :white_check_mark: |
99 | | [picgo-plugin-gofile](https://github.com/yibaiba/picgo-plugin-yujian) | An **uploader** for [遇见图床](https://github.com/yibaiba/picgo-plugin-yujian). | :white_check_mark: | :white_check_mark: |
100 | | [picgo-plugin-imgbb-uploader](https://github.com/cloudnzk/picgo-plugin-imgbb-uploader) | An **uploader** for [Imgbb](https://imgbb.com/). | :white_check_mark: | :white_check_mark: |
101 | | [picgo-plugin-lychee](https://github.com/ttionya/picgo-plugin-lychee) | An **uploader** for [Lychee](https://github.com/LycheeOrg/Lychee). | :white_check_mark: | :white_check_mark: |
102 | | [picgo-plugin-simpletex](https://github.com/zhuozhiyongde/picgo-plugin-simpletex) | An **uploader** for [SimpleTex](https://simpletex.cn/). Allow you to use LaTeX OCR based on SimpleTex. 基于 SimpleTex 的 LaTeX 光学字符识别,可以作为 MathPix 的替代品 | :white_check_mark: | :white_check_mark: |
103 | | [picgo-plugin-gdrive](https://github.com/xinatcg/picgo-plugin-gdrive) | An **uploader** for [Google Drive](https://drive.google.com). | :white_check_mark: | :white_check_mark: |
104 | | [picgo-plugin-oss-custom-headers](https://github.com/codenoy/picgo-plugin-oss-custom-headers) | A **plugin** for aliyun(oss) to custom headers. 阿里云OSS自定义请求头, 给OSS图床添加浏览器Http缓存. | :white_check_mark: | :white_check_mark: |
105 | | [picgo-plugin-freeimagehost-uploader](https://github.com/quul/picgo-plugin-freeimagehost-uploader) | An **uploader** for [FreeImage.Host](https://FreeImage.Host) | :white_check_mark: | :white_check_mark: |
106 | | [picgo-plugin-telegraph-image-uploader](https://github.com/msdx/picgo-plugin-telegraph-image-uploader) | An **uploader** for **Any** image host server built using [Telegraph-Image](https://github.com/cf-pages/Telegraph-Image) | :white_check_mark: | :white_check_mark: |
107 | | [picgo-plugin-cloudflare-telegraph](https://github.com/yanggithubcom/picgo-plugin-cloudflare-telegraph) | A plugin for Cloudflare Pages to host the Telegraph-Image project.适配Cloudflare Pages托管 [Telegraph-Image](https://github.com/cf-pages/Telegraph-Image) 项目的 [PicGo](https://github.com/Molunerfinn/PicGo) 插件 | :white_check_mark: | :white_check_mark: |
108 | | [picgo-plugin-immich-uploader](https://github.com/kyo-tom/picgo-plugin-immich-uploader) | An **uploader** for [immich](https://immich.app/) | :white_check_mark: | :white_check_mark: |
109 | | [picgo-plugin-gitcode](https://github.com/jianguo888/picgo-plugin-gitcode) | An **uploader** for [gitcode](https://gitcode.com/) | :white_check_mark: | :white_check_mark: |
110 | | [picgo-plugin-onemanager-v2](https://github.com/steven-jianhao-li/picgo-plugin-onemanager-v2) | An **uploader** for onedrive 将onedrive作为免费图床。 | :white_check_mark: | :white_check_mark: |
111 | | [picgo-plugin-stardots](https://github.com/stardots-io/picgo-plugin-stardots) | An **uploader** for [StarDots](https://stardots.io) | :white_check_mark: | :white_check_mark: |
112 | | [picgo-plugin-avif](https://github.com/Tim-Saijun/picgo-plugin-avif) | Convert images to avif format before uploading for better web distribution. 图像上传前转换为avif格式,实现更好地网页分发 | :white_check_mark: | :white_check_mark: |
113 | | [picgo-plugin-cloudflare-r2](https://github.com/JYbill/picgo-plugin-cloudflare-r2) | An **uploader** for [cloudflare-R2](https://developers.cloudflare.com/r2/) | :white_check_mark: | :x: |
114 | | [picgo-plugin-helloimg-pro-uploader](https://github.com/Mashull/picgo-plugin-helloimg-pro-uploader) | An **uploader** for [Hello图床(专业版)](https://pro.helloimg.com/) | :white_check_mark: | :white_check_mark: |
115 | | [picgo-plugin-freeimg-uploader](https://github.com/Mashull/picgo-plugin-freeimg-uploader) | An **uploader** for [Freeimg图床](https://freeimg.cn/) | :white_check_mark: | :white_check_mark: |
116 | | [picgo-plugin-ali](https://github.com/Yukuiii/picgo-plugin-ali) | An **uploader** for Ali. 用阿里速卖通作为图床 | :white_check_mark: | :white_check_mark: |
117 | | [picgo-plugin-oceanpic-uploader](https://github.com/RicePasteM/Oceanpic-Uploader) | An **uploader** for [OceanStorage](https://github.com/OceanStorage) which allows you to upload any image using OceanStorage as a host server. | :white_check_mark: | :white_check_mark: |
118 | | [picgo-plugin-123pan](https://github.com/WhiteByeBye/picgo-plugin-123pan) | An **uploader** for [123pan](https://www.123pan.com)(123云盘) | :white_check_mark: | :white_check_mark: |
119 | | [picgo-plugin-imageflow](https://github.com/iWangJiaxiang/picgo-plugin-imageflow) | An **uploader** for [imageflow](https://github.com/Yuri-NagaSaki/ImageFlow) | :white_check_mark: | :white_check_mark: |
120 | | [picgo-plugin-tos-upload](https://github.com/MissingDirection/picgo-plugin-tos-upload) | An uploader for tos(火山云存储上传) | :white_check_mark: | :white_check_mark: |
121 | | [picgo-plugin-wxmp-uploader](https://github.com/zhoucha/picgo-plugin-wxmp-uploader) | An **uploader** for [picgo-plugin-wxmp-uploader](https://github.com/zhoucha/picgo-plugin-wxmp-uploader) | :white_check_mark: | :white_check_mark: |
122 | | [picgo-plugin-custom-api-uploader](https://github.com/Layouwen/picgo-plugin-custom-api-uploader) | Customize API interface to upload images, Example: [16图床](https://111666.best/). 自定义 api 接口上传图片, 例如: [16图床](https://111666.best/). | :white_check_mark: | :white_check_mark: |
123 | | [picgo-plugin-multiple-backup](https://github.com/2ue/picgo-plugin-multiple-backup) | A plugin for automatically backing up images to multiple storage services after successful upload to the primary host. | :white_check_mark: | :white_check_mark: |
124 | | [picgo-plugin-imgbox](https://github.com/aquausora/picgo-plugin-imgbox) | An **uploader** for [imgbox](https://imgbox.com/) | :white_check_mark: | :white_check_mark: |
125 | | [picgo-plugin-im.ge-uploader](https://github.com/zhoucha/picgo-plugin-im.ge-uploader) | An **uploader** for [im.ge](https://im.ge/) | :white_check_mark: | :white_check_mark: |
126 | | [picgo-plugin-compress-next](https://github.com/supine0703/picgo-plugin-compress-next) | A plugin for image compression for PicGo(>=^2.3.0). Update, adapt and optimize. Better support and richer features | :white_check_mark: | :white_check_mark: |
127 | | [picgo-plugin-watermark-elec](https://github.com/terwer/picgo-plugin-watermark-elec) | A plugin for watermarking pictures. A fork version of picgo-picgo-plugin-watermark | :white_check_mark: | :white_check_mark: |
128 | | [picgo-plugin-cloudimgs-uploader](https://github.com/qazzxxx/picgo-plugin-cloudimgs-uploader) | An uploader for [云图(cloudimgs)图床](https://github.com/qazzxxx/cloudimgs) | :white_check_mark: | :white_check_mark: |
129 |
130 |
131 |
132 | ## :hammer_and_wrench: Plugin for Other APPs
133 |
134 | | Name | Introduction |
135 | | -------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
136 | | [vs-picgo](https://github.com/Spades-S/vs-picgo) | A VSCode plugin of |
137 | | [vscode-picgo-paste](https://github.com/zcyisiee/vscode-picgo-paste) | A VSCode extension that automatically uploads images via PicGo when pasting in Markdown. |
138 | | [coc-picgo](https://github.com/PLDaily/coc-picgo) | A Vim plugin of PicGo. |
139 | | [atom-picgo](https://atom.io/packages/atom-picgo) | An Atom Editor plugin of PicGo |
140 | | [obsidian-image-auto-upload-plugin](https://github.com/renmu123/obsidian-image-auto-upload-plugin) | An Obsidian Editor plugin of PicGo and PicGo-Core |
141 |
142 |
143 | ## :package: Project using PicGo-Core
144 |
145 | | Name | Introduction |
146 | | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
147 | | [giki-cli](https://github.com/jwenjian/giki-cli) | A CLI app for https://giki.app |
148 | | [nvim-picgo](https://github.com/askfiy/nvim-picgo) | Picgo plugin for neovim |
149 | | [PicList](https://github.com/Kuingsmile/PicList) | Advanced development based on PicGo. (基于PicGo的二次开发版本,增加了云存储管理和相册云端同步删除功能) |
150 |
151 | ## :star: Apps supports PicGo Configuration
152 |
153 | | Name | Introduction |
154 | | ------------------------------------------------------- | ------------------------ |
155 | | [flutter-picgo](https://github.com/PicGo/flutter-picgo) | PicGo mobile app |
156 | | [PicHoro](https://github.com/Kuingsmile/PicHoro) | Another PicGo mobile app |
157 |
158 | ## Others
159 |
160 | | Name | Introduction |
161 | | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
162 | | [imba97/picgo-template-plugin](https://github.com/imba97/picgo-template-plugin) | Another PicGo plugin template repository. A boilerplate to quickly create a PicGo plugin. |
163 |
164 | ------
165 |
166 | ## Contribution
167 |
168 | Make sure your have read the [CONTRIBUTING](https://github.com/PicGo/Awesome-PicGo/blob/master/CONTRIBUTING.md), then you can open a PR!
169 |
--------------------------------------------------------------------------------