How to sort dictionary output by values?

Welcome Dezii!

It seems to me (though I’m not a expert user) that the data dictionary concept is deeply structured in this asymmetrical way — the purpose is to treat the term as the “anchor” for handling information, so that an index of the terms helps to retrieve the other half of the pair, but not vice versa.

Browsing this thread, I don’t see any indication that dictionaries can be sorted by the definition (rather than the term being defined).

Of course a quick-and-dirty solution would be for you to insist on running the dictionary “backwards” — put whatever you want to browse/alphabetize in the “term” role (even if it’s usually a longer string), and the other element on the “definition” side…

Again, I’m not an expert. But I suspect that sorting a dictionary by the definitions (rather than the term being defined) is unlikely to be the most elegant way of solving a problem…

Perhaps if you say more about your actual project, and desired workflow process (rather than asking how to get the dictionary plugin to behave differently), we can help you find/develop the interface you need.

-Springer