Text color - possibly feature request
Wayne Brissette
waynefb at earthlink.net
Tue May 6 13:15:01 PDT 2003
cheshirekat cheshirekat at cheshirekat.com on Tuesday, May 06, 2003 stated:
>Ok. Maybe there was a tad bit of venting here, sorry. I hope someone's
>got some tips I can use so I can keep a little of my sanity. I'd
>especially like a way to get all the text in my document to be one color
>- preferably black, without it being a multi-step process.
The issue is OO retains text as styled text (this is not a bad thing to
do) from the clipboard. However, for your purposes (and mine) it isn't
the best option. A plain text paste from the clipboard would be the
preferred way of doing it. I asked for the option to have a paste as Text
Only from the clipboard, but until one is available, you can use a small
AppleScript I wrote to do this.
Set Clipboard to Plain Text
-- Begin AppleScript
tell application "Finder"
set MyInternalClip to the clipboard as text
set MyInternalClip to MyInternalClip as Unicode text
set the clipboard to MyInternalClip
end tell
-- End AppleScript
That's pretty much all you have to do to it, then all your text will be
black, and in the style you set for that level.
Wayne
--
"We should consider every day lost in which we have not danced at least
once..."
- Frederich Nietzsche
Live DAT & Music Page: http://homepage.mac.com/wayneb/
Wayne's Music Calendar: http://ical.mac.com/wayneb/Music
PowerMail AppleScript Archives: http://homepage.mac.com/wayneb/powermail.html
Music Currently playing:
More information about the OmniOutliner-Users
mailing list