The Flying Meat Wiki : VoodooPadServicesMenu

HomePage :: Categories :: PageIndex :: RecentChanges :: Login/Register
Oldest known version of this page was edited on 2008-05-05 14:16:15 by BradEllis []
Page view:

Services Menu


The services menu is a great way to bringing things into VoodooPad without having the copy, paste, or create new pages. If you're curious how to make you're own, read on.

First, grab ThisService from Waffle Software:
http://wafflesoftware.net/thisservice/

We then need to make a little AppleScript of the process we're trying to do, this is what the "Append to Current Page" script looks like

on process(textToAppend)
 tell application "VoodooPad Pro"
   set currentPageName to current page name
   tell document 1
	 tell page currentPageName
	   append text return & textToAppend & return
	 end tell
   end tell
 end tell
end process

(Change "VoodooPad Pro" to "VoodooPad" if that's what you are using)

Open up **ThisService**, make a new service using that script named "VoodooPad/Append To Current Page". Adding the "VoodooPad/" will
put it in a submenu.

You then need to put the file in ~/Library/Services/ and you should be good to go.

Back to Scripting -> VoodooPad
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.3
Page was generated in 0.0352 seconds