How to Use Plain Text

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 1
  2. How 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 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 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 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 6
    Type nano. Press Enter.
  3. How 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 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

May be interested

  • How to Practice ProgrammingPhoto of How to Practice Programming
    programming is kind of like playing an instrument; you have to practice constantly to keep your skills sharp and improve your techniques. if you want to practice programming on your own time, use the internet to find coding exercises and...
  • How to Write and Design Your Website Xhtml and CSS with Commercial SoftwarePhoto of How to Write and Design Your Website Xhtml and CSS with Commercial Software
    this tutorial walks the designer/developer through the website design and html/css conversion process. this is a detailed tutorial on previews/screens/tools icons and their placement or location in the software packages that will be...
  • How to Install and Configure Simple Directmedia Layer (SDL)Photo of How to Install and Configure Simple Directmedia Layer (SDL)
    'simple directmedia layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3d hardware via opengl, and 2d video framebuffer. it is used by mpeg playback software, emulators,...
  • How to Make a Tartan Heart Image in ExcelPhoto of How to Make a Tartan Heart Image in Excel
    you will learn to make an image consisting of a heart, filled with a colorful scottish tartan of your choice, or any woven fabric that is a simple over and under weave. once you have the larger background rectangular tartan pattern, you...
  • How to Name Your AppPhoto of How to Name Your App
    coming up with a good name for an app can be difficult. successful app names are succinct, often clever, and describe the app's function. your app's name will make a lasting first impression on the people who will download it, and should...
  • How to Program Computer GamesPhoto of How to Program Computer Games
    do you have an idea for a computer game and want to make it real? or have you ever wondered how computer games are written? or are you even thinking of working in game development? this wikihow will show you how to write different types of...