How to Use Plain Text

Fed up waiting for PDF books to load or download? Tired of others being unable to open your document? Plain text saves space, is lightning fast, cross platform capable, and great for sharing documents. While frequently used for programming...
Method 1 of 2:

Using Notepad (on Windows)

  1. Open Notepad. To do this, press (the key with the Windows logo) and R at the same time. Type notepad into the window that appears. Press Enter or click on OK.
    How to Use Plain Text Picture 1How to Use Plain Text Picture 1
  2. How to Use Plain Text Picture 2How to Use Plain Text Picture 2
    Type your text on the keyboard. It will appear in the editor window. You can move the cursor with the arrow keys. It is possible to use all Unicode characters, not just Latin letters and punctuation.
  3. How to Use Plain Text Picture 3How to Use Plain Text Picture 3
    Open the "Save" dialogue. Either click on FileSave or press Ctrl and S at the same time.
  4. How to Use Plain Text Picture 4How to Use Plain Text Picture 4
    Select file name, extension and encoding. When you're done, click on Save.
    1. The file name can be any combination of characters, but you should choose one that is descriptive, short and easy to remember.
    2. On Windows, file extensions are important, so that the system chooses the correct program to open a file with. So you should select .txt, which is the extension for plain text.
    3. An ASCII encoding is appropriate if you are sure that your document will always contain only Latin letters, punctuation and numbers. Else, choose some Unicode encoding. There are other encodings, for example one that only has Cyrillic letters, but these aren't supported by all computers, so you shouldn't use them without a good reason.
Method 2 of 2:

Using Nano (on Linux)

  1. How to Use Plain Text Picture 5How to Use Plain Text Picture 5
    Open the command line. Its icon usually looks like a black screen with some white characters on it. It is called Terminal on many Linux platforms.
  2. How to Use Plain Text Picture 6How to Use Plain Text Picture 6
    Type nano. Press Enter.
  3. How to Use Plain Text Picture 7How to Use Plain Text Picture 7
    Type your text on the keyboard. It will appear in the window in which you opened nano. You can move the cursor with the arrow keys. It is possible to use all Unicode characters, not just Latin letters and punctuation.
  4. How to Use Plain Text Picture 8How to Use Plain Text Picture 8
    Save the text. Nano refers to this as "Write Out". Press Ctrl and O at the same time. Then, type a file name and press Enter.
    1. The file name can be any combination of characters, but you should choose one that is descriptive, short and easy to remember.
    2. If you want a file extension, you can type .txt (that's the plain text extension) after the file name. This is useful for knowing what file it is yourself, but Linux doesn't care much about file extensions.
    3. Most Linux platforms save in Unicode by default. Nano itself uses the system's default encoding, so if you will have to change that if Nano saves in the wrong encoding.
    4. Press Alt + D to save in DOS format. It uses different (invisible) characters to end lines than the Unix format.
4 ★ | 1 Vote