Has this been overheard in the noise of the last days or is there simply no way (currently) to achieve my goal?
Hi!Given the following ME, is there a way, that the use of `\AI` links to the corresponding entry in the `\listofabbrevs` and also that there is a comma separated list of pages which mention `\AI`, just as the acronym portion of LaTeXs glossaries does?```tex\setupinteraction[state=start]\definesynonyms[abbrev][abbrevs][\longform]\abbrev{AI}{Artificial Intelligence}\starttext\AI\completelistofabbrevs\stoptext```TIANorbert