I was just wondering if anyone know of a Windows application that will remove formatting from any text in the clipboard? So if I copy something from word into another document, the content is pasted as the original text without formatting. I want this to work no matter what application I paste into.
|
feedback
|
|
I achieve this by pasting in to Notepad (or your text-only editor of choice) and re-copying. Works when copying from anywhere to anywhere. But, I imagine this isn't quite what you're looking for - but it works... | |||
|
feedback
|
|
As with many small tasks, AutoHotkey is perfect for the job!
Would paste de-formatted text when you pressed control-win-v | |||
feedback
|