A collection of Applescript scripts, hints and resources, and a listing of my publicly available Applescripts.
CategoryApplescript CategoryLanguage

Other Applescript Sites:
Comparative Applescript
AppleScript Language Guide
Macscripter.net
The Mac Shack
Satimage osax
Satimage Dictionary
Script Debugger
Osaxen!
SourceForge.net
iMagine Photo
EXIFtool
Kanzu | X-Commands
AppleScript Sourcebook
AppleScripts for iTunes and iPod
AppleScript Central
AppleMods
Web Tools
Dan Shockley's codebits
Python with AppleScript
Macscript.com
AppleScript Central
AppleScript Forums
AppleScript Sourcebook
AppleScript Stuff
FyHome CGI's
Chiron Error Codes
XML Tools
Script Editor
Missing Link
iTunes and Tex-Edit
Mark Alldritt's Journal
Run Scripts from a Link

Page Tree

To enable Applescript in Preview.app use this Terminal command:

defaults write /Applications/Preview.app/Contents/Info NSAppleScriptEnabled -bool YES


Comments

Gnarlodious   I see. On this server the file is at
/usr/local/lib/python2.4/site-packages/MoinMoin/config.py

I will work on this later.
2007-08-31 09:39:25 X
bzq-219-206-31   url_schemas is NOT configurable through your config. You have to edit /path/to/python/site-packages/MoinMoin/config.py.
2007-08-30 16:36:40 X
Gnarlodious   I don't know what's wrong, I have this in my config:
bang_meta = 1
    tz_offset = -6
    show_version = 0
    url_schemas = ['applescript']
    show_version = 0

I don't actually have Script Editor on my machine, but my experience with the protocol is that it will also launch Script Debugger.
2007-08-28 15:04:23 X
bzq-219-206-31   This works for me on 1.3.5:
1. Add applescript scheme to MoinMoin/config.py {{{
url_schemas = ['applescript']
}}}

2. Put this link on the page: applescript://com.apple.scripteditor
2007-08-28 13:44:23 X
Smiley:

Computer/Applescript (last edited 2008-04-23 06:09:50 by 23)