14 Nov

Send article to OmniFocus - AppleScript

Wednesday November 14th 2007, 3:07 pm
Tags: , ,

The last missing link in my OmniFocus workflow: Vienna article reading reminder.


property actionPrefix : "Read "

tell application "Vienna"
tell current article
set theURL to link
set theName to title
end tell
end tell

tell front document of application "OmniFocus"
tell quick entry
make new inbox task with properties {name:(actionPrefix & theName), note:theURL}
activate
select {inbox task 1}
end tell
end tell

Download: send-article-to-omnifocus.scpt

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Reddit

3 Comments »

 

RSS feed for comments on this post. TrackBack Website

Leave a comment

(required)

(required)

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>