Gitee+PicGo+Typora to achieve personal picture bed

This is the 16th day of my participation in the More text Challenge. For more details, see more text Challenge

Like is the best encouragement to create!

When using Typora to write blog articles, you need to paste pictures, which can only be placed locally. If you paste article MD files to Nuggets and Gitee, the pictures will be invalid. In other platforms, the editor needs to select pictures one by one to upload, which is tedious and time-consuming. The article needs to be synchronized to multiple platforms to release the cumbersome degree is unbearable, what is the way? Yes, using Gitee +PicGo can achieve the desired effect.

PicGo tools

PicGo is a cloud image management tool for quickly uploading images and getting URL links to them

Open source address: github.com/Molunerfinn…

Official introduction features:

  • Support drag and drop image upload
  • Support shortcut keys to upload the first picture in the clipboard
  • Windows supports right-click image upload via the Upload Image option (v2.1.x +)
  • Support plug-in system, existing plug-in support Gitee (code cloud) and other third-party graph bed.

1. PicGo installation

  • PicGo installation package

  • Gitee 2.0.3 plug-in

    Open PicGo official website, download the installation package, because github download speed is slow, so share PicGo2.2.2 installation package Baidu web disk link

Link: pan.baidu.com/s/10NxO_Bp5… Extract code: H7JK

After the download is complete, double-click to start the installation.

Note:

If the installation is successful and PicGO does not work, you need to start in compatibility mode. [Depending on the specific situation]

After installation, the main interface is as follows:

Select plug-in Settings and search for Gitee

Select Gitee 2.0.3 installation. The installation is successful as follows:

Note:

  • Before installing plug-ins, you need to install Node. js before installing plug-ins. The node.js installation package has been shared on baidu web disk.
  • The installation of Gitee-Uploader 1.1.2 plug-in needs to be obtained from Github. Click to install.

2. Establish gitee map bed warehouse

After logging in to the code cloud, click the + mark in the upper right corner to create a new warehouse

Note the following points for the new warehouse:

  • Enter the warehouse name

  • Set the repository to public

  • Check to use the ReadME file and initialize the repository

  • Select a branch model – create a master branch


3. Apply for private tokens

Click Settings

Find the private token in the security Settings on the right

Click Generate New token, keep the default Settings, and click Submit

After the password is verified, the token information is generated

Note:

The token will be displayed only once in plain text. Save the token so that you can apply for it again

4. Complete PicGo Settings

After the Gitee 2.0.3 plug-in is installed, configure the plug-in

Gitee Chart bed setting parameters:

  • Owner: Account name of Gitee

  • Repo: repository name, such as note-image

  • Path: The directory where the images are stored

  • Token: Private token, which requires application

  • Message: optional

Click PIcGo Settings and change the Server port number to 36677

PicGo manages albums

5. Install Typora

Note:

The minimum version requirement is 0.9.84

After installing Typora, click file, select Location number -> Image

  • Check [Allow automatic uploading of images according to YAML Settings] for automatic uploading of images after copying
  • Select upload service – [PicGo (app)]
  • Specify the PicGo path -> Fill in the.exe file in the local PicGo installation directory
  • After filling in the above, click the “Verify image upload” option to verify whether the configuration is successful and can be uploaded normally

The picture was successfully uploaded as follows:

Use Gitee +PicGo+Typora can achieve personal picture bed, and can happily write articles, achieve personal picture bed so detailed and give force, point a like!