oo3 b6: Note indicator?
Curtis Clifton
curt.clifton at mac.com
Mon Dec 20 09:24:10 PST 2004
On Dec 20, 2004, at 11:09 AM, Julian Welek wrote:
> I don't suppose you know the other to my previous q? About expanding
> all
> inline notes at once?
Here's a simple AppleScript that does what you're looking for:
tell front document of application "OmniOutliner Professional"
set note expanded of every row to true
end tell
Copy and paste that into a Script Editor document. Save it as a script
to Library/Application Support/OmniOutliner 3/Scripts/Expand All Notes.
Simply change "true" to "false" to collapse all notes.
Curt
----------------------------------
Curtis Clifton, PhD Candidate
Dept. of Computer Science, Iowa State University
http://www.cs.iastate.edu/~cclifton
More information about the OmniOutliner-Users
mailing list