Rallying Support for Built-In Word Count Feature

Good !

and my apologies – there is clearly a lot that I don’t know about current variations in the naming and id of copies of OmniOutliner 4. Is that App Store vs non App Store, possibly ?

If you have time, I would be interested to know (and it would help avoid problems if I sketch any other OmniOutliner scripts) what is returned by your copy from the script below:

function run() {
    return Application('OmniOutliner Pro').id();
}

On mine, I have to write it slightly differently :

function run() {
    return Application('OmniOutliner').id();
}

and in the result panel at the bottom of Script Editor, it shows:

"com.omnigroup.OmniOutliner4"

Hi there–I haven’t forgotten about this! Just haven’t been much at a computer lately. I’ve added it to my OmniFocus to test it as soon as I can this week, though, and then I’ll get back to you.

1 Like