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 Extras
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Send OmniWeb URL to OmniFocus Thread Tools Search this Thread Display Modes
Get it here whilst it's up (zip file includes instructions), or make a new script from this and put it in "~/Library/Scripts/Applications/OmniWeb":

Code:
property actionPrefix : "Read this: "

tell application "OmniWeb"
	try
		if not (exists browser 1) then error "No browser is open."
		
		set this_url to address of browser 1
		set this_title to the name of browser 1
		
		tell front document of application "OmniFocus"
			make new inbox task with properties {name:(actionPrefix & this_title), note:this_url}
		end tell
		
	end try
end tell
I know next to nothing about scripts, so feel free to fix this, or use it at your own risk! It seems to work OK for me so far :D

Note: I would have liked to make the "name" hyperlink to the URL... does anyone want to share their wisdom?
 
Quote:
Originally Posted by Simon
I would have liked to make the "name" hyperlink to the URL... does anyone want to share their wisdom?
Links from OF aren't supported yet.
__________________
Cheers,

Curt
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Send to Omnifocus mcortina OmniFocus Extras 0 2011-07-11 10:04 AM
Omnifocus: Send to inbox fantango OmniFocus 1 for Mac 2 2011-02-20 04:20 PM
New to Omnifocus: How to send an email from omnifocus iain.c.devine Applying OmniFocus 2 2011-01-31 10:30 PM
Send to Omnifocus? bcalloway OmniFocus for iPhone 2 2010-01-23 07:24 PM
Send Firefox URL to Omnifocus spnyc OmniFocus Extras 14 2009-02-12 12:44 PM


All times are GMT -8. The time now is 05:11 AM.


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