Home » HTML Exporting Online Documentation

HTML Exporting

(This is just a stub page, to get this AppleScript in place).

tell application "VoodooPad"
	activate
	set p to {fileExtension:"php", filePath:"/tmp"}
	tell window 1 to use plugin named "Export as HTML..." with properties p
end tell