In OPML (which I think is the medium here) itâs hard as the formal OPML spec doesnât have a specified support for a colour notation. We can add custom OPML code be then it all depends on whether OmniOutliner both read that OPML data and applied it appropriately within that app. If a definite need, @sumnergâs AppleScript approach might more easily be modified as it can read $Color
value from the Tinderbox context and set that value on the appropriate OmniOutliner feature.
With the latter in mind are we talking $Color or $OutlineBackgroundColor, or bothâas in:
Also where in OmniOutliner do you expect these colour(s) to be applied?
Yes, if you Private Message me on the forum you can upload a file (small if you can!) to the forum, or post a (private) URL for me to download a large file. File contents will be treated in confidence.
Possibly, but it depends on what âeverywhereâ implies. So, whilst there is noâ replace X with Y in every possible attributeâ feature it can be done attribute by attribute for String and String-based (e.g. List) attributes, e.g.
$Text = $Text.replace("Brown","Smith");
$Name = $Name.replace("Brown","Smith");
...etc.
But, beware where names have literal meaning and stem other words. âBrownâ can be a Surname (aka Family Name) or a colour. âBrownâ is a stem of âBrownleeâ and you donât want to end up with âSmithleeâ. This just means you need to be careful with .replace() and use regular expressions (âregexâ) but I wonât diverge into regex minutiae hereâletâs pcik that up separately if needed.
Iâm certainly aware of a few in the US/UK. I donât know email handles. Iâd drop an email to @eastgate who will have a better idea and might be able to put you in touch with some. I certainly recall a UK barrister and a US commercial litigator using Tinderbox to track the complecities of cases, and a Canadian judge (with a travelling court in Inuit areas) who used Tinderbox as part of his working trial notes and research.
Also a guy in the same office building as Eastgate, Inc. made a run at making a Tinderbox-based case fileâ . Note that is back in the old Tinderbox v5 codebase and Iâm not sure if it was taken forward
â Disclaimer: I made a fair amount of background input into the document functionality (esp actions and such) albeit on a volunteer basis in my Tinderbox community support âhatâ.
Hope that helps!