The Omni Group

Go Back   The Omni Group Forums > OmniFocus > OmniFocus Extras
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
Notes in OmniFocus Thread Tools Search this Thread Display Modes
It would be nice to have the possibility to add annotations to contexts (people) and projects. Annotations of tasks are possible now, but simple annotations (that may be sorted on date) aren't. (Or did I miss them).

OmniFocus would not only be a tool plan your tasks, but also to create a log of things you've done, things you've told someone, things you've agreed, etc.

In Prince II, a project log plays an important role and OmniFocus couldn't help projectmanagers with that.
  Reply With Quote
Somewhere on this site are some scripts by Preston Holmes (ptone ?) which manage arbitrary text (tags) via the toolbar buttons. They can then be searched (but not sorted).
  Reply With Quote
doh- I guess I'm duplicating some work then! hahaha. I'll have to check out the scripts! Here's an idea of what I was playing with recently:

Code:
tell application "OmniFocus"
	tell front document
		tell document window 1
			set theSelectedItems to selected trees of content
		end tell
		if ((count of theSelectedItems) = 1) then
			set selectedItem to value of item 1 of theSelectedItems
			set selectedNote to note of selectedItem
			if selectedNote contains "&Q2" then
				display alert "Project already is a Q2 project."
			else
				display alert "I will now make this project Q2"
				set newNote to "&Q2: Covey Q2 Task" & return & selectedNote
				set note of selectedItem to newNote
			end if
			return
		end if
	end tell
end tell
Very simple, but it may give you some ideas...

Last edited by a11en; 2008-01-12 at 09:30 PM..
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Anyone using Lotus Notes 8.5 with OmniFocus? convergent OmniFocus 1 for Mac 8 2013-04-23 09:53 AM
Notes in OmniFocus scotty321 OmniFocus 1 for Mac 6 2010-05-05 02:07 PM
Using OmniFocus for notes question alainr Applying OmniFocus 3 2009-12-21 08:09 AM
OmniFocus v1.1.4 for iPhone release notes Ken Case OmniFocus for iPhone 4 2008-12-03 08:44 PM
5/16 OmniFocus Alpha Notes BwanaZulia OmniFocus 1 for Mac 14 2007-05-20 08:39 PM


All times are GMT -8. The time now is 05:57 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.