platteteksteditors
Platteteksteditors (plaintext editors) are software tools that allow users to create and modify plain text files without any formatting or embedded objects. They store data as unformatted characters, typically in encodings such as ASCII or UTF-8, and they do not render rich text, images, or layout.
Core features include basic editing commands, search and replace, line-ending handling, encoding management, and optional syntax
History and scope: Early Unix editors such as ed and ex introduced the concept of plain text
Relation to other tools: Plaintext editors differ from word processors and rich text editors by avoiding formatted
See also: comparison of text editors, list of text editors, code editor, Notepad, Vim, Emacs.