Using Tags (and where's the manual?)

Regarding the second question, I'm having trouble finding the Opus manual. It's not linked under help anymore. For some reason the link in a prior post doesn't work (I updated Java but it says that Javascript is not working)--so I need the actual location listed. Thank you.

Main question

What I want to do is set up multiple tags from one (and more than one) Word document--and then be able to see those files in the lister sorted by those tags.
For example -if I tag in my Word documents a file with, to give a pseudo example, "Maine, California, Oregon"--how do I set that up so that they then can be sorted in groups in the lister? Also will it support two word tags such as "Oregon Trail"
I might have multiple Word documents with variations of these tags. Perhaps six which are tagged California and perhaps have other tags.

Anyway--the state example is not so good, but it's for tracking storylines and themes in writing.

Melissa

See http://www.gpsoft.com.au/docs.html for access to the manual and online help,

Regards, AB

Or just press F1 in the program itself.

You should be able to open the manual by pushing F1 or via the 1st item in the help menu, unless the menu or toolbar it's on has been edited to remove it.

If the help viewer is opening but not displaying the manual correctly, it's likely your Windows Help components need repairing. See our Help file does not display correctly guide for what to do if you're seeing that problem.

(Java is not required for any part of Opus, by the way. Javascript, despite its similar name, is totally separate from Java and built into Windows so you shouldn't have to worry about it, either.)

You can also access an online version of the manual via the web. (The F1 version is usually preferable, though, since it's quicker.)

If you tag the files and then use grouping, you'll get something like this:


If you want to see all the files with a particular tag, using Tools > Find Panel > Advanced lets you do that:


Isn't it there in the Help menu?

Or did I edit that to add the PDF file?

Probably. Worth adding though.

Thank you very much, Leo. This (the way we can use tags) looks super helpful. :smiley: Your illustration is great and I appreciate the time you spent to set that up.

Also thank you for the keyboard shortcut (F1) to bring up the manual.

Melissa

Regarding the keyboard shortcut--thank you, Jon.
MK--my Opus set up doesn't show the help menu for some reason. Things are a bit disordered as it's a new install, and I'm getting it set up, but I didn't see it. F1 one though seems great as the help menu at the top just takes up valuable real estate.

Melissa

(On a new install you should see the help menu as a question mark which takes up very little space).

I just realised that if you've moved from the Opus 9 default toolbars to the Opus 10 ones, the Help menu will have changed from the word "Help" to an icon, which may be why it seems to be missing.

This is what the Help menu looks like with the Opus 10 default toolbars:


I wish you hadn't said that. As a keyboard junkie I like to have keyboard shortcuts to turn things on and off.

After I read your message I decided to set up some Keys to toggle that menu (and others).

In the process I found that the toggle works.

Toolbar NAME="ListerMenu - Custom" TOGGLE

But when I restore it, the toolbar reappears in a place where I don't want it. Not where it was when I closed it.

So I now have another project on my hands. Work out how to tell the Toolbar to show up where I want it. Grrr.

PS I know this is taking the discussion of topic, but I wanted to suggest a way to control your problem with real estate.

You can use the LINE and STATE arguments to control where the toolbar appears.

Well, thank you, Michael, and best of luck with your second unintended project.

Melissa

How should I write the command for a button that would toggle a tag?

The manual entry almost gets me there, but I still don't quite understand. https://www.gpsoft.com.au/help/opus11/index.html#!Documents/Keywords_for_SetAttr_META.htm

Ideally this would work the way TOGGLE works for many other commands.

SetAttr META tags:one TOGGLE

So how do I make something like:

IF not tags:one THEN SetAttr META tags:one TOGGLE ELSE SetAttr META tags:-one TOGGLE

Scripting could be used to toggle tags, since the Metadata object can be used to find out which tags a file has.

If you need help with the scripting, please start a fresh thread as this one from 2013 is already covering too many topics to be that useful for people searching for answers.