Home > Development Tools > Atom > body text

Atom basic plug-in recommendation: realize synchronization and special effects typing

青灯夜游
Release: 2022-12-20 21:54:04
forward
2609 people have browsed it

AtomHow to perform synchronization settings and special effect typing? In this article, I will recommend several practical plug-ins to you and see what effect they have. I hope it will be helpful to you!

Atom basic plug-in recommendation: realize synchronization and special effects typing

Atom is a cross-platform text editor launched by Github specifically for programmers. It has a simple and intuitive graphical user interface and has many interesting features: it supports CSS, HTML, JavaScript and other web programming languages. It supports macros, automatically completes the split-screen function, and integrates a file manager. [Related recommendations: atom usage tutorial]

Atom is a good editor, maybe not as easy to use as VS Code, but by no means inferior.

Recommend several Atom basic plug-ins.

  • Simplified - Chinese - Menu
  • Activate - Power - Mode
  • Script
  • Markdown - Preview - Enhanced
  • Sync - Setting

##Simplified - Chinese - Menu

You can tell by the name. The menu bar is Chinese. After installation, it will become Chinese.

Activate - Power - Mode

Open Settings=》Install, then search for: Activate - Power - Mode

After installation, you can choose different modes in the extension bar


This is my favorite, and it’s also because of it I just came into contact with Atom. Although VS Code also has the same plug-in, it is not as smooth as Atom. Its function is to have very cool special effects when you code. There are several built-in effects, you can try them all.


Script

As described, you can run the code directly in Atom. It needs to be explained here. Running Python maybe An error will be reported. Just declare UTF-8 on the first line and you will be fine.

# -*- coding: utf-8 -*-
Copy after login

Markdown - Preview - Enhanced

Codeword essentials. Markdown real-time preview, the most important thing is that it can

synchronously scroll, it is almost the best Markdown plug-in.

Sync - Setting

Sync settings via GitHub.

I will explain how to configure this in detail.

Go to GitHub first and create a Personal Access Token

Log in to GitHub and open the settings➡️

Developer setting

Click

Personal access token ➡️ Generate new token

##Set name, time, gist

Check gist

The new creation is completed and the token appears. It only appears once. Copy it.

Go to gist.github.com, create a new gist, write the token in the file name (arrow), enter any character below, and click New


After the new creation is completed, copy the string of text at the end of the address bar and fill it in the gist field of the Atom plug-in


Just fill in the Personal Access Token just now and the Gist ID in the address bar into the Sync Setting plug-in setting field.

Then every time you open Atom, a yellow window will prompt you to back up. Click Backup to automatically back up.

The backup information is stored in your GitHub Gist

In this way, even if you change the computer, The original two strings of keys can be automatically synchronized by filling them in separately.

Summary

The above plug-ins are relatively basic and suitable for novices to play. As you grow up, you may find more suitable ones for yourself. plugin.

【Related recommendation: "atom tutorial"】

The above is the detailed content of Atom basic plug-in recommendation: realize synchronization and special effects typing. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!