The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniOutliner 3 for Mac (http://forums.omnigroup.com/forumdisplay.php?f=9)
-   -   Expand All Notes ? (http://forums.omnigroup.com/showthread.php?t=7220)

MrNiceGuy 2008-02-18 07:29 PM

Expand All Notes ?
 
Is there a button or technique to expand all notes in an outline? I like the export to HTML feature, but it doesn't export notes unless they're expanded, first. It's an annoyance to go through each item with a note and expand it just for exporting. Especially if I have a large outline.

Thanks for any assistance.

fabrice67 2008-02-19 03:58 AM

I have exactely the same request : I did put all my info into the Notes. I do need to have them opened. and opening each of them individualy is just a time lost. can you add a quick way (like expand all in the view palette) ? that would be great...

RobTrew 2008-02-19 09:17 AM

If you paste the following Applescript into Script Editor, and save it with a memorable name to the folder:

[username]/Library/Scripts/Applications/Omnifocus

you will find that the Omnioutliner menu's [I]View/Customize_Toolbar[/I] will enable you to drag its icon to the toolbar.

Should do the trick.

[CODE]tell application "OmniOutliner Professional"
if (count of documents) > 0 then
tell front document
set expanded of every row to true
set note expanded of every row to true
end tell
end if
end tell[/CODE]

MrNiceGuy 2008-02-19 01:44 PM

I appreciate the script, but... I'm having trouble.

I've checked the pathname and permissions on each element in the path, and something's not right.

$ cd
$ file Library/Scripts/Applications/OmniFocus/*
Library/Scripts/Applications/OmniFocus/OO_ExpandNotes.scpt: data

But when I go to customize my toolbar in OO, this script doesn't show up. I've exited OO after creating the script, etc., and it still doesn't work.

Curiously, if I do the same procedure in OmniFocus to customize my toolbar, the script _does_ show up for addition to my toolbar in OF.

So why is it working in OF, but not OO? I have OO 3.6.4 on OS 10.5.2. Any help would be much appreciated.

RobTrew 2008-02-19 01:54 PM

It looks as if you are missing out the first part of the path:

you need to place the script in ~/Library/Scripts/Applications/Omnifocus

where ~ stands for the path up to your user account.

Browse to your home folder, find the Library folder, and then drill down through Scripts and Applications to the Omnifocus scripts folder.

MrNiceGuy 2008-02-19 02:27 PM

Not to be snotty, but the "cd" catches that. It's like Dorothy's red shoes: "There's no place like home..." :-)

RobTrew 2008-02-19 10:18 PM

A puzzle. Working here with OO Professional 3.64 and OS X 10.52.

In the interim you could run it from the script menu icon.

MrNiceGuy 2008-02-20 11:33 AM

I wonder if my earlier installation of OO 3 might be interfering.

[IMG]http://www.westnysports.com/misc/Picture2.png[/IMG]

If you look at the "Backup" section, it says "Once you have saved a document, OmniOutliner 3 can..."

Should I just remove the OO 3 application?

RobTrew 2008-02-20 12:58 PM

Same text in my copy of OO Pro 3.6.4

I take it that the script icon is not just lurking unnoticed in there somewhere ?

MrNiceGuy 2008-02-20 02:45 PM

Unless I'm overlooking it...

The files are there:


[IMG]http://www.westnysports.com/misc/Picture3.png[/IMG]



And, as I said, I'm able to import these scripts into OmniFocus's toolbar, so I think I have it mostly correct. But here's what I see in OO:


[IMG]http://www.westnysports.com/misc/Picture4.png[/IMG]


All times are GMT -8. The time now is 10:28 AM.

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