How to Use Plain Text
Method 1 of 2:
Using Notepad (on Windows)
- 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.
- 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.
- Open the "Save" dialogue. Either click on File → Save or press Ctrl and S at the same time.
- Select file name, extension and encoding. When you're done, click on Save.
- The file name can be any combination of characters, but you should choose one that is descriptive, short and easy to remember.
- 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.
- 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)
- 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.
- Type nano. Press ↵ Enter.
- 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.
- 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.
- The file name can be any combination of characters, but you should choose one that is descriptive, short and easy to remember.
- 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.
- 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.
- Press Alt + D to save in DOS format. It uses different (invisible) characters to end lines than the Unix format.
4 ★ | 1 Vote
You should read it
- How to Type Symbols on Mac
- How to Create a File in Unix
- IPad keyboards can type characters faster in iOS 11 and this is how it works
- How to Find a File's Path on Windows
- What is a .DAT file and how to open a .DAT file?
- How to Type Symbols Using the ALT Key
- HTML Entities - Entity characters in HTML
- How to Make a New File in Windows
May be interested
- How to Practice Programmingprogramming 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 Softwarethis 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)'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 Excelyou 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 Appcoming 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 Gamesdo 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...