Linux text word processing software includes: 1. Vim, a text editor; 2. Brackets; 3. Light Table; 4. gedit; 5. Sublime Text; 6. Atom; 7. Gamma; 8 , LibreOffice, etc.
#The operating environment of this tutorial: linux5.9.8 system, Dell G3 computer.
linux text word processing software
1. Vim
Vim is a text editor developed from vi. It is particularly rich in functions that facilitate programming, such as code completion, compilation, and error jumping, and is widely used among programmers. To put it simply, vi is an old-fashioned word processor, but its functions are already very complete, but there is still room for improvement. vim can be said to be a very useful tool for program developers. Even the official website of vim itself says that vim is a program development tool rather than a word processing software.
2. Brackets
Brackets is also an open source code editor designed for Linux developers. Using Brackets to write code, you will not be interrupted by anything. For example, when writing HTML code, you can preview the effect of your Web page in real time even if you do not save the code. You can also use Theseus to check variables. Brackets provides one theme by default. Of course, you can also get more themes in the extension center. Brackets is a web front-end editor developed based on web (html css js). It has many functions that are difficult to achieve with ordinary editors and is an artifact for web front-end developers.
3. Light Table
Light Table is a free and open source editor that has a very clean interface and a large number of extensions. It is compatible with Windows, Mac and Linux and is highly customizable. Using Light Table, developers only need to open a browser window to view changes in real time, and different embeddings are supported.
4, gedit
gedit Needless to say, each Linux distribution has an editor by default, similar to Windows Notepad, but it can be colored according to the code type, which is comparable to Notepad It's much more awesome, but I haven't found out how to configure gedit so that it can display line numbers and change tabs to 4 spaces, so I don't use gedit to edit official files unless I have to.
5. Sublime Text
is a Linux code editor that is definitely worth mentioning because of its simple and cool features. The most unique thing about Sublime Text 3 is that it has no unique functions. It is just a simple code editor. With it, you can modify multiple lines of code very conveniently. With Sublime Text 3 you can manipulate files, rename variables, separate edits and other interesting operations.
6. Atom
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.
7. Gamma
It is very light on resources and does not occupy memory like some more powerful GUI text editors. Gamma Text Editor allows you to enjoy a very powerful editor even on low-powered machines.
8. LibreOffice
LibreOffice is a set of open source office software under the Linux platform, including Word, charts, databases, presentation documents, etc., similar to Windows office.
Related recommendations: "Linux Video Tutorial"
The above is the detailed content of What are the text word processing software for Linux?. For more information, please follow other related articles on the PHP Chinese website!