Atom is an open-source editor developed by the GitHub community. It has the sublime text feature and is equivalent to the open-source sublime text.
Sublime text has been used for a long time. Why should I re-learn to use another editor?
The reason is simple. Atom is open-source and free. Although there are many registration codes for sublime text on the internet, piracy is always pirated. I'm not comfortable with it. Some people will say, "This is a perfect score for bloggers." The full score is the perfect score. However, if there are similar open-source products that do not belong to commercial products in terms of functions, I would naturally prefer open-source products.
Another reason is that the Linux version of sublime text does not support Chinese Input and needs to be configured by yourself.
Install
Now let's talk about installing it first: (for Windows, you don't have to say how to install it. There are decompressed versions and installed versions. We recommend that you use the installed version because I tried it, it seems that there is no way to change the installation path of the atom extension package. If anyone knows, please let me know. Thank you first)
My system is centos 7 GitHub address
The above explains how to install it, indicating that the Linux system cannot be automatically updated. Therefore, you need to reinstall the new version.
Installation Steps: Downloadatom.x86_64.rpm
sudo yum localinstall atom.x86_64.rpm
The software package dependency is automatically solved, and the terminal enters atom to start and the installation is complete.
Atom is a relatively bright function. sublime text is not available. It directly lights up the graph and pane. When designing a webpage, you don't need to use HTML for a while, but CSS for a while.
Package
First install the Chinese package: Like sublime, you can use the CTRL + Shift + P shortcut to bring up the Panel. Enter install to find the installation option.
You can also edit --> preferences --> install
Enter Chinese to search for it. Here, you can select a simplified-Chinese-menu package, which can be simplified to Chinese. You can also directly download the corresponding file, put it in/home /... /. atom/packages/
Command line installation APM install package name
Use APM help install to view help
Other packages and themes are installed on your own according to your own production needs.
For more help --> View the documentation
GitHub open-source editor Atom