In order to paste unformatted text, I need to paste into notepad, then cut, then paste in my original target app.

I came here looking for a way to avoid this and found How do I cut-and-paste an email, so that paste will be in pure text (stripping all html), but the accepted answer said to do my notepad trick.

This is ridiculous. I'm sick of the cut & paste notepad shuffle.

Are there any utilities which will do this for me?

Ideally, I'd like to be able to paste as plain text by default, but have an easy way to paste with the format on those rare occasions when I'd like to.

link|improve this question
feedback

closed as not constructive by random May 2 at 0:38

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

4 Answers

You might want to try Puretext. It runs in the background and lets you set a Hot-Key to paste plain text. It runs on Windows NT/2K/XP/2003/Vista/7.

From their website:

PureText only removes rich formatting from text. This includes the font face, font style (bold, italics, etc.), font color, paragraph styles (left/right/center aligned), margins, character spacing, bullets, subscript, superscript, tables, charts, pictures, embedded objects, etc. However, it does not modify the actual text. It will not remove or fix new-lines, carriage returns, tabs, or other white-space. It will not fix word-wrap or clean up your paragraphs. If you copy the source code of a web page to the clipboard, it is not going to remove all the HTML tags. If you copy text from an actual web page (not the source of the page), it will remove the formatting.

PureText is basically equivalent to opening Notepad, doing a PASTE, followed by a SELECT-ALL, and then a COPY. The benefit of PureText is performing all these actions with a single Hot-Key and having the result pasted into the current window automatically.

Screenshot of the options panel:

PureText Options screen shot

link|improve this answer
+1. Puretext is utterly brilliant. Small, neat, easy to use. – CJM Nov 15 '11 at 15:08
feedback

Where are you pasting your text into?

Word, for example has a "Paste Special..." option that allows you to paste unformatted text:

Paste Special options

link|improve this answer
This would only work for word... – BloodPhilia Sep 23 '10 at 14:03
Yeah, I've used that, but I can't do that with Outlook ... even though I believe Outlook uses the Word editor. – John MacIntyre Sep 23 '10 at 14:05
@John - for Outlook you could always compose your e-mails as plain text ;) – ChrisF Sep 23 '10 at 14:17
@Blood - I know, which is why I qualified my answer. – ChrisF Sep 23 '10 at 14:18
It works in Excel too. And there's a keyboard shortcut: Alt-Control-V. – John D. Cook Sep 23 '10 at 14:24
show 1 more comment
feedback

@scottgal answered my question on Twitter. I thought I'd pass it along for him.

ClipboardFusion

link|improve this answer
feedback

You might be able to write a PowerShell script to do what you want. See Manipulating the clipboard with PowerShell.

link|improve this answer
Not the most easy/convenient solution don't you think? – BloodPhilia Sep 23 '10 at 14:27
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.