VoodooPad Web Export Goodness

As laziness is the mother of invention, or something like that. ;-)

I’ve created an AppleScript for VoodooPad. What it does is allow you to select a specific Web Export Plugin and it will show the package contents of that particular plugin. This is only and especially useful if you develop, tweak or otherwise modify any Web Export Plugin.

property webExportPlug: "VoodooPad:Web Export Plugins:"
set theFolder to (path to application support from user domain as text) & webExportPlug
tell application "Finder"
  set thePackage to (choose file default location (theFolder as alias) without invisibles)
  set thePackage to (thePackage as text) & "Contents:"
  open folder (thePackage as alias)
  activate
end tell

Copy this and paste it into a new AppleScript. Enjoy.

Related posts:

  1. VoodooPad goodness Thanks to Gus Mueller for loads of help adapting a...
  2. VoodooPad Automation I’ve finally gotten it working. I’ve now got a Ruby...
  3. VoodooPad Blogging Well, it’s not really VoodooPad blogging but it’s pretty close....
  4. VoodooPad Pro Blogging Please note that VoodooPad Pro has been renamed to VoodooPad....
  5. VoodooPad as CMS When I was looking for a CMS to use for...

Related posts brought to you by Yet Another Related Posts Plugin.

This entry was posted in Uncategorized. Bookmark the permalink.

Comments are closed.