hlxsites / merative2

Merative.com site on Franklin
https://merative.com
Apache License 2.0
2 stars 9 forks source link

[tagger] Feature for copy/paste order #367

Closed helms-charity closed 5 months ago

helms-charity commented 6 months ago

Current tagger code: https://github.com/hlxsites/merative2/blob/main/tools/tagger/tagger.js

Current tagger page: https://main--merative2--hlxsites.hlx.page/tools/tagger/index.html

If you first click a category tag that is lower on the list (e.g. "development"), and then click one that is higher (e.g. "Enterprise imaging"), the output will NOT show you the order in which you clicked (development, Enterprise imaging), it will output according to the order these tags show on the list (Enterprise imaging, development).

image

TODO: Explore the option for displaying the chosen tags in the order that you clicked.