Page 1 of 1

Adding Annotations to Subject Scheme

Posted: Thu May 20, 2021 6:39 am
by diane_xml
How do you add annotations to the Subject Scheme so they will show up in the completion assistant dialog?

image.png
image.png (9.76 KiB) Viewed 748 times
Or is there a way to add the text with the <topicmeta>? I did not find any such information in the Subject Scheme Help File.

E.g. <subjectdef keys="WEB"><topicmeta><shortdesc>Responsive Web</shortdesc></topicmeta></subjectdef>

Re: Adding Annotations to Subject Scheme

Posted: Thu May 20, 2021 7:48 am
by Radu
Hi Diane,

Please use the <navtitle> element instead of <shortdesc>:

Code: Select all

<subjectdef keys="WEB"><topicmeta><navtitle>Responsive Web</navtitle></topicmeta></subjectdef>
We have plans to support by default also the shortdesc element as a way to obtain some rendering information for the subject def key, but in the meantime Oxygen looks only at the navtitle.

Regards,
Radu

Re: Adding Annotations to Subject Scheme

Posted: Tue Oct 19, 2021 1:12 pm
by Cosmin Duna
Hi,
Oxygen 24.0 is out now and it supports shortdesc element as a way to obtain rendering information for the subject def key.

Regards,
Cosmin