View Single Post
Thank for you for the scripts. I tried to like OmniOutliner but I can't quite manage. Instead I'm going to use an Evernote notebook. They recently updated their Applescript dictionary. My plan is to create a notebook for each project in OF. The keys for anyone curious are found in the Evernote API Search Grammar http://www.evernote.com/about/develo...#_Toc262488140

To open a named notebook:
tell application "Evernote"
open collection window with query string "notebook:\"Your Notebook Name Here\""
end tell