The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniFocus > OmniFocus 1 for Mac
FAQ Members List Calendar Today's Posts

 
Clipping from gmail? Thread Tools Search this Thread Display Modes
The alternative is to use an AppleScript in something like Alfred to send the current Chrome tab to OmniFocus:

on alfred_script(q)
tell application "Google Chrome"
set theTitle to title of active tab of front window
set theURL to URL of active tab of front window

tell application "OmniFocus"
set theTask to theTitle
set theNote to theURL

tell quick entry
set NewTask to make new inbox task with properties {name:theTask, note:theNote}
select {NewTask}
open
end tell
end tell
end tell
end alfred_script
 
 





All times are GMT -8. The time now is 07:35 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.