exporting via applescript
Andrew Payne
droo at odometer.org
Thu Feb 5 14:42:45 PST 2004
OMG! that kicks ass!
thank you, thank you, thank you, thank you, thank you, thank you, thank
you!
i've been applescripting for years now and i'm no newbie, but i'm dazed
and confused to how different programs use applescript and how
confusing the "simple" syntax can be. thank god for perl.
if you're into bbedit check out my bbedit applescripts -- >
http://www.clankwerks.com/bbedit.shtml
if you edit html, you'll love the copy/paste/cut tags scripts.
it's the least i could do.
cheers
andrew
On Feb 5, 2004, at 2:30 PM, Michael Terry wrote:
>
> tell application "OmniOutliner" to tell front document
> set savePath to ((path to desktop as Unicode text) & ((get name)'s
> texts 1 thru -10) & ".html")
> save in file savePath
> open location "file://" & POSIX path of savePath
> end tell
More information about the OmniOutliner-Users
mailing list