MainspringGuides › TextEdit Scratchpad
macOS Guide

Use TextEdit as a plain-text scratchpad on Mac

Updated August 2026 · 4 min read

TextEdit is already on every Mac, opens instantly, and asks nothing of you — which makes it a perfect scratchpad for phone numbers, code snippets, half-formed paragraphs, and things you paste to strip. The trick is to set it to plain text by default, so every new window is a clean, distraction-free space instead of a formatted "document."

Set every new window to plain text

A scratchpad should never ask you about fonts. Tell TextEdit to skip rich text entirely:

  1. Open TextEdit and choose TextEdit → Settings.
  2. On the New Document tab, set Format to Plain text.
  3. Close Settings and press Cmd+N — a blank, monospace-free text window with no ruler, no styling, nothing to configure.

One line in Terminal does the same thing, with its reverse underneath:

# Open new TextEdit windows as a plain-text scratchpad
defaults write com.apple.TextEdit RichText -int 0

# Undo — restore the rich-text default
defaults write com.apple.TextEdit RichText -int 1

Relaunch TextEdit once so it takes effect. This holds on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia.

Tune it to feel like a notepad

A couple of small settings make plain-text TextEdit far nicer to live in:

Keep it one keystroke away

The value of a scratchpad is that it's faster to reach than the thought is to lose. Right-click TextEdit in the Dock and choose Options → Keep in Dock, or drag it there. Then a single click plus Cmd+N gives you a fresh window. If you want it even closer, add it to your login items or trigger it from Spotlight by typing "textedit" and pressing Return.

One toggle, always reversible

Mainspring turns TextEdit's plain-text default into a labelled switch you flip in one click — handy when you want a clean scratchpad now and rich text back later. It's one of 90+ hidden macOS settings it surfaces.

Try Mainspring free →

Signed & notarized by Apple · 1-day free trial · $29 once

Scratchpad, or something stickier?

TextEdit shines for a throwaway window you close without a thought. If you want notes that float on the desktop and survive restarts, Stickies is the built-in alternative — and when you paste into any editor, Paste and Match Style keeps the incoming text as plain as your scratchpad.