14
Nov
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
13
Jul
If you use the free RSS news reader Vienna, I suggest my little page here: vienna.php to insert some feeds into your news reader.
To make one thing clear: this page does not create you any trouble other than putting the Vienna news feed three times into Vienna. Nothing is destroyed or crashed. It just demonstrates that auto opening and adding feeds can give you feeds in the reader without asking. Links in Google to RSS feeds are another example where you experience this automatic adding mechanism all the time when clicking on one without noticing. You may also just use this link to the Vienna blog: atom.xml. Auto opening is a well known feature of Safari you can enable in the preferences. So in a sense you are responsible for this behaviour by enabling it.
To cite Steve from the Vienna devs: As a rule, Vienna only prompts before you do something destructive that cannot be easily reverted. Adding a new subscription isn’t destructive as you can delete the subscription afterward.