Many mobile apps — iPhone Notes most of all — automatically preserve rich-text formatting when you paste from a browser. There's no built-in "keep text only" option in the paste menu, so a few lines copied from a recipe blog or news article land in your notes wearing the website's bold headings, oversized display type, highlighted links, and even stray images. A note that should read like a clean, uniform list instead looks like a clipping taped onto the page.
- The problem
- Notes inherits the source page's formatting on paste, with no plain-text option in the menu.
- The consequence
- Mixed fonts, bold headers, blue hyperlinks, highlight colors, and dragged-in images clutter an otherwise tidy note.
- The fix
- Route the clipboard through a plain-text pass first, then paste the flattened result into Notes.
Step 1 — The copied mess
Say you're reading a recipe blog and highlight the method to save it for later. What lands on your clipboard isn't plain text. It's a heavy display font for the heading, large bold body text, a highlighted blue hyperlink, and an inline image that got swept up in the selection. Paste it straight into Notes and all of that comes with it:
Preheat oven to 350°F. See the full guide here
Cream the butter and sugar, then fold in two cups of flour…
Preheat oven to 350°F. See the full guide here.
Cream the butter and sugar, then fold in two cups of flour…
Left: the source page's display font, bold runs, blue link, and an inline image all survive the paste. Right: the same text flattened to the note's own default font, weight, and color.
Step 2 — The fast intercept
The only reliable way to strip that formatting on iOS is to intercept the clipboard before it reaches Notes. Think of cleanplaintext.com as a laundry service that sits between the source page and your note.
- The action: instead of switching to Notes, open your iPhone browser and go to cleanplaintext.com.
- The view: the mobile layout is fully responsive — it keeps the same cream-and-coral workspace as the desktop site while fitting the screen. Paste the messy block into the input area.
- The clean: tap Full Clean (or any single action) and the work happens locally on your device. Nothing is uploaded.
Step 3 — The flawless output
The moment you run the tool, every script font, stray bold run, blue link, and embedded image is stripped, leaving only sanitized plain text. Copy that result, switch back to Notes, and paste. From the first word to the last sentence the block is uniform — it conforms to the Notes app's native default font, standard weight, and single text color, exactly as if you'd typed it there yourself.
It's one extra hop through a browser tab, and it turns a cluttered clipping into a note that actually looks like a note.