Hide notes

Curt Clifton curt.clifton at mac.com
Sat Jan 14 11:10:20 PST 2006


Mik,

On Jan 14, 2006, at 10:58 AM, Mik Hennessy wrote:

> It's probably really obvious, but I can't seem to find the "hide  
> all (inline)
> notes" command.


I'm don't think that such a command exists.  The following  
AppleScript will do it:

tell front document of application "OmniOutliner Professional"
	set note expanded of every row to false
end tell

Or for just the selected rows, try:

tell front document of application "OmniOutliner Professional"
	set note expanded of every selected row to false
end tell

Cheers,

Curt




More information about the OmniOutliner-Users mailing list