adaptlearning / adapt-contrib-glossary

An Adapt extension that allows a list of glossary terms
GNU General Public License v3.0
5 stars 15 forks source link

content links to glossary items isn't supported in the AAT #49

Open kirsty-hames opened 3 years ago

kirsty-hames commented 3 years ago

The current implementation, adding a hyperlink inline with the content isn't supported in the tool as the 'data-glossaryterm' attribute gets stripped out.

e.g.

<a href='#' data-glossaryterm='About Framework'>Adapt Framework</a>

becomes

<a href='#'>Adapt Framework</a>

This is a restriction of the AAT, not Glossary but perhaps it's worth noting this in the readme.

paul-mediakitchen commented 2 years ago

If you save the content with the source still open it will retain the link but this is not ideal as if someone later returns to edit the content, it is no longer there.