Re: Stripping font and style from clipboard, WAS: Re(2): Strange bug.

2006-10-15 Thread Andy Fragen
If you want to do this via AppleScript then just save the following as a script. applescript do shell command pbpaste | pbcopy /applescript -- Andy Fragen On Oct 14, 2006, at 3:14 PM, Andy Fragen wrote: There's a much simpler method. #!/bin/sh pbpaste | pbcopy I save the above shell

Stripping font and style from clipboard, WAS: Re(2): Strange bug.

2006-10-13 Thread Alan Harper
I keep a script in my User Scripts Folder for just this purpose. I just changed it (from a version that was PPC only), so there might be some problems, but try creating the following script in AppleScript Editor try get the clipboard get result as text get result as record