Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 977 Bytes

make-textedit-app-on-macos-behave-more-like-windows-notepad--notepad-exe-.md

File metadata and controls

15 lines (10 loc) · 977 Bytes

Make TextEdit.app on MacOS behave more like Windows Notepad (notepad.exe)

🕰️ logged on 2024.04.05
🔖 tagged: apple, macos, notepad, notepad++, textedit, plain-text

Say what you will about Windows, but Notepad.exe is a great tool. It just treats text as plain text. When first switching to macOS you come to find that Notepad.exe is TextEdit.app, but the problem is that well... It doesn't do plain text out of the box. Instead it does rich text formatting. Fortunately Apple gave us the ability to set plain text as the default. Hurray!

Here's how to do it:

  1. Open settings ( + ,)
  2. On the New Document tab in the settings window select the option Plain text

Going forward any new document you create in TextEdit will automatically be in plain text and will be saved as a .txt file. YES!

Sources