Linux editors for plain text can be divided into two categories, graphical GUI editors and console text editors. The advantage of the GUI editor is intuitive user friendly interface while the benefit of the console text editor is the suitability over long distance network connections which may or may not provide suitable bandwidth or reliability which would both be required by the GUI editors for remote operation.
Screenshot | Description |
---|---|
![]() | ![]() Also see the YoLinux.com emacs/xemacs tutorial. |
![]() | jed: This console based plain text editor supports menus and other GUI features in a console based terminal. Targeted to software development. Text based but with some GUI menu features (accessible via esc+M). Feature rich including a unicode mode. Ubuntu Install: sudo apt-get install jed |
![]() | ![]() |
pico: This console based plain text editor operates with the simplicity of a GUI editor making it a favorite with Linux beginners. Pico comes with the Pine email client. | |
![]() | ![]() Also see the YoLinux.com vim tutorial. |
Structured text refers to logically formatted and/or annotated text to represent a data schema or programmatic function.
Two common formats available today are HTML for web markup of text documents and XML for data representation.
Screenshot | Description |
---|---|
![]() | ![]() |
![]() | ![]() |
![]() | ![]() |
Screenshots | ![]() Open source and commercial versions available: |
![]() | |
Video | ![]() |
Screenshot | Description |
---|---|
screenshots | ![]() |
![]() | ![]() |
![]() ![]() | ![]() Eclipse structured text support for markup languages: CSS, DTD, HTML, JSP, XML, XSD |
![]() | |
![]() Vim | |
![]() |
Favorite FOSS: KXML
This most often refers to Integrated Development Environments (IDE) for programming.
- Wikipedia comparison of text editors (all platforms)