search
HomeDevelopment ToolsgitShare how to build a free personal picture bed on Gitee+PicGo (pictures and texts)

This article brings you relevant knowledge about Gitee PicGo. It mainly introduces how to build a free personal picture bed on Gitee PicGo. Friends who are interested can take a look below. I hope it will be helpful to everyone.

We usually use pictures when writing blogs or markdown. Once the markdown file is viewed offline, it will be difficult to maintain and display the pictures inside. At this time, you need to use a picture bed to use a network address for the pictures.

Why choose Gitee? Comparison:

  • Alibaba Cloud OSS, Tencent Cloud COS, Qiniu Tubed and other paid services

  • GitHub has free space, but the access speed is too fast Slow, it depends on luck.

  • Gitee has fast access speed, but the upper limit of a single warehouse is 500M, a single file is 50M, and the total user warehouse space is 5G. Taking everything into consideration, we can only choose Gitee because of its fast speed. The single database limit of 500M is barely enough. After one database is used up, we can create a new one.

After the picture storage problem is solved, you need a tool that can quickly upload and convert it into a link. The PicGo picture tool is recommended here. The so-called picture bed tool is a tool that automatically converts local pictures into links. Of course, PicGo not only supports Gitee, but also other github, Alibaba Cloud OSS, Tencent Cloud COS, etc.

Gitee Settings

After completing the Gitee account registration, create a public warehouse:

Share how to build a free personal picture bed on Gitee+PicGo (pictures and texts)

Find in order: Settings --Private token--Generate new token

First unselect all, then check projects, and then submit:

Share how to build a free personal picture bed on Gitee+PicGo (pictures and texts)

You are prompted to enter your gitee account password, just enter it.

Now you have obtained the private token, click Copy, save the token first and PicGo will use it later.

Note: After the window is closed, the private token will no longer be viewable.

gitee picture bed also has certain limitations: If you upload a picture larger than 1MB, the picture cannot be displayed after it is inserted into the markdown editor. We can first use an image compression tool to compress the image to less than 1MB, and then use Picgo to upload it to gitee for use.

PicGo usage configuration

Install PicGo and search for the Gitee plug-in Download address: github.com/Molunerfinn…

If it cannot be downloaded, I have uploaded the PicGo software and the latest version of the Typora software to Alibaba Cloud, and you can download it here: "PicGo Gitee", link: www.aliyundrive.com/s/YjSTNvzYa...

Share how to build a free personal picture bed on Gitee+PicGo (pictures and texts)

##After the installation is complete, enter PicGo's

settings - ->Plug-in settings, search gietee.

Click to install

gitee-uploader 1.1.2, and you can install it smoothly.

Share how to build a free personal picture bed on Gitee+PicGo (pictures and texts)

Note: If nodejs is not installed, you will be prompted and jump to guide you to install it. After completion, restart PicGo and search again.

nodeJs does not support win7 system until 14.0.0. You can only choose the previous version. The newer one is version 13.14.0

nodejs.org/download/re…

Enter the PicGo setting interface and find gitee on the left. Follow the figure below to configure the gitee image bed.

Share how to build a free personal picture bed on Gitee+PicGo (pictures and texts)

Among them:

  1. repofill in gitee account name/warehouse name , gitee account name/warehouse name can be copied from the web address of your gitee warehouse. Fill in master

    at
  2. branch. Fill in

  3. token with the private token obtained in the previous step. Fill in images

    where
  4. path, be careful not to leave any spaces.

  5. Leave the others as default and ignore them.

After filling in, click

Confirm and set it as the default image bed.

markdown usage configuration

Usually Typora is used to write Markdown. To facilitate the storage of image downloads

New version of Typora can be set up to upload with one click.

Click in turn: File--Preferences--Image, and configure as shown below:

Share how to build a free personal picture bed on Gitee+PicGo (pictures and texts)

Note: Select PicGo(app) for the upload service, and PicGo path select the installation directory to start the program.

After the image is pasted into Markdown, operation buttons will be displayed. Click to upload the image to upload and convert the corresponding link.

Share how to build a free personal picture bed on Gitee+PicGo (pictures and texts)

The above is the detailed content of Share how to build a free personal picture bed on Gitee+PicGo (pictures and texts). For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:juejin. If there is any infringement, please contact admin@php.cn delete
gitee怎么更改手机号?步骤详解gitee怎么更改手机号?步骤详解Mar 27, 2023 am 10:53 AM

Gitee是一个基于Git分布式版本控制系统的代码托管平台,许多开发者在Gitee上提交代码、分享项目、建立仓库等等。随着互联网的普及,手机号已经成为很多网站和应用的关键数据。在使用Gitee的过程中,如果需要更改手机号,该怎么办呢?本文将介绍Gitee如何更改手机号。

详述如何在Gitee上加入别人的仓库详述如何在Gitee上加入别人的仓库Mar 27, 2023 am 09:59 AM

Gitee是一个面向开发者的代码托管平台,提供Git代码托管、SVN代码托管等服务。在Gitee上,用户可以创建自己的仓库,也可以加入别人的仓库,共同参与开源项目。本文将详细介绍如何在Gitee上加入别人的仓库。

详解Gitee限制的下载类型及解决方案详解Gitee限制的下载类型及解决方案Mar 27, 2023 am 09:58 AM

Gitee 是一个国内优秀的类 GitHub 的代码托管平台,被广泛应用在开源项目和企业内部代码管理中。但是,很多人对于 Gitee 在下载方面的限制并不是很清楚。本文将详细介绍 Gitee 在下载方面的限制和解决方式。

gitee是什么时候成立的gitee是什么时候成立的Mar 24, 2023 pm 05:46 PM

gitee是2013年推出的服务。Gitee的成立可以追溯到2013年,当时它的前身是GitCafe,由中国开源社区创建;2016年4月,GitCafe被OSChina收购,并更名为Gitee。随着OSChina的收购,Gitee获得了新的机会,以更快速、更安全的方式发展自己的业务。

浅谈如何在Gitee上更新文件浅谈如何在Gitee上更新文件Mar 27, 2023 am 09:59 AM

Gitee是一个开源代码托管平台,它可以帮助程序员们管理自己的代码,实现版本控制、合作开发、代码共享等功能。在使用Gitee的过程中,我们经常需要更新文件,下面就来介绍一下如何在Gitee上更新文件。

详解将本地代码提交到gitee上的方法详解将本地代码提交到gitee上的方法Mar 27, 2023 am 10:53 AM

​Gitee 是国内知名的开源代码托管平台,类似于 GitHub。在 Gitee 上提交代码非常简单,下面将详细介绍如何提交代码到 Gitee。

怎么基于gitee实现上传下载文件的功能怎么基于gitee实现上传下载文件的功能Mar 24, 2023 pm 07:34 PM

怎么实现文件的上传下载功能?下面本篇文章给大家介绍一下基于gitee实现文件上传和下载功能的方法,希望对大家有所帮助!

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft