Learn the real difference between plain text and rich text, and why pasting one into the other causes problems.
Plain text and rich text look similar on screen right up until you try to move content between two places that handle them differently, at which point hidden formatting can suddenly appear, or disappear, unexpectedly.
Plain text contains only characters, no fonts, no colors, no bold or italics, nothing beyond the literal text itself. A .txt file is a straightforward example.
Rich text includes formatting information alongside the actual text, font choices, bold and italic styling, colors, links, layered on top of the underlying characters through a markup or binary format. HTML, RTF, and word processor documents are all forms of rich text.
Pasting rich text into a field that expects plain text can carry over hidden formatting the destination didn’t expect, sometimes visibly (unexpected fonts or colors), sometimes invisibly (hidden metadata bloating the file size or breaking a strict format). Many applications offer a specific “paste as plain text” option exactly to strip this hidden formatting out deliberately.
The Character Counter and other Brekzy text tools work directly on plain text, giving predictable results without hidden formatting interfering.
Character Counter
Plain text contains only literal characters, with no formatting information at all. Rich text includes formatting like fonts, colors, and styling layered on top of the text.
No, plain text files can’t store that kind of formatting information at all; anything that appears formatted is just literal characters, like markdown symbols, not actual styling.
Because the source was rich text, and the formatting carried over along with the visible content unless it was specifically stripped out during pasting.
It strips any formatting from the copied content, inserting only the literal characters, avoiding unwanted styling or hidden formatting bloat.
Yes, HTML is a markup-based form of rich text, since it carries formatting and structural information alongside the actual text content.
Find the right tool, or keep reading Brekzy's other guides.