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

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

Mar 25, 2023 pm 03:51 PM
gitee picgo

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 of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

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 Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to change the mobile phone number on gitee? Detailed explanation of steps How to change the mobile phone number on gitee? Detailed explanation of steps Mar 27, 2023 am 10:53 AM

Gitee is a code hosting platform based on the Git distributed version control system. Many developers submit codes, share projects, build warehouses, etc. on Gitee. With the popularity of the Internet, mobile phone numbers have become key data for many websites and applications. What should I do if I need to change my mobile phone number while using Gitee? This article will introduce how to change the mobile phone number on Gitee.

Detailed explanation of download types and solutions restricted by Gitee Detailed explanation of download types and solutions restricted by Gitee Mar 27, 2023 am 09:58 AM

Gitee is an excellent code hosting platform similar to GitHub in China and is widely used in open source projects and internal enterprise code management. However, many people are not very clear about Gitee’s download restrictions. This article will introduce in detail Gitee's download limitations and solutions.

Describe in detail how to join other people's repositories on Gitee Describe in detail how to join other people's repositories on Gitee Mar 27, 2023 am 09:59 AM

Gitee is a code hosting platform for developers, providing Git code hosting, SVN code hosting and other services. On Gitee, users can create their own warehouses, or join other people's warehouses to participate in open source projects. This article will introduce in detail how to join other people's repositories on Gitee.

When was gitee established? When was gitee established? Mar 24, 2023 pm 05:46 PM

gitee is a service launched in 2013. The establishment of Gitee can be traced back to 2013, when its predecessor was GitCafe, created by the Chinese open source community; in April 2016, GitCafe was acquired by OSChina and renamed Gitee. With the acquisition of OSChina, Gitee has gained new opportunities to develop its business in a faster and safer way.

A brief discussion on how to update files on Gitee A brief discussion on how to update files on Gitee Mar 27, 2023 am 09:59 AM

Gitee is an open source code hosting platform that can help programmers manage their own code and realize version control, collaborative development, code sharing and other functions. In the process of using Gitee, we often need to update files. Let's introduce how to update files on Gitee.

Detailed explanation of how to submit local code to gitee Detailed explanation of how to submit local code to gitee Mar 27, 2023 am 10:53 AM

Gitee is a well-known open source code hosting platform in China, similar to GitHub. Submitting code on Gitee is very simple. The following will introduce in detail how to submit code to Gitee.

How to implement the function of uploading and downloading files based on gitee How to implement the function of uploading and downloading files based on gitee Mar 24, 2023 pm 07:34 PM

How to implement file upload and download function? The following article will introduce to you how to implement file upload and download functions based on gitee. I hope it will be helpful to you!

See all articles