# Plain Text Editor > Simple, lightweight editor for quick drafting and distraction-free writing. **Category:** Text **Keywords:** write, draft, notepad, txt, editor, distraction-free, notes, copywriting, typing, script, simple, memo **URL:** https://complete.tools/text-editor ## How it works When you type in the Text Editor, it captures your keystrokes and formatting commands as you go. Your text is stored in a buffer, and as you apply formatting—like making text bold—the editor modifies the underlying code (think HTML or Markdown) to reflect that change. For example, if you highlight a phrase and hit the bold button, it updates the code accordingly. The editor keeps track of where your cursor is, what you’ve selected, and what styles you’ve applied, so you see the changes immediately. A rendering engine displays the formatted text on your screen while retaining the original plain text structure for saving and exporting. ## Who should use this This tool is perfect for: 1. Software developers documenting code who need clear formatting. 2. Academic researchers preparing manuscripts with specific styles for journal submissions. 3. Content writers crafting blog posts with embedded links and images. 4. Legal professionals drafting contracts that require precise formatting. 5. Teachers developing lesson plans that include organized instructional materials. ## Worked examples Example 1: Imagine a content writer working on a blog post. They type, 'The benefits of exercise include increased energy and improved mood.' To emphasize 'increased energy' and 'improved mood', they apply bold formatting. The editor processes this and saves it as: 'The benefits of exercise include increased energy and improved mood.' in HTML format. Example 2: An academic researcher is writing a paper and needs to cite a source. They write, 'According to Smith (2020), exercise impacts mental health.' They want 'Smith (2020)' in italics, and the editor changes it to: 'According to Smith (2020), exercise impacts mental health.' This ensures proper citation. Example 3: A teacher creating a lesson plan lists objectives. They write, '1. Understand the scientific method. 2. Conduct experiments.' By formatting it as a numbered list, the editor produces: '