Question
Where are tags shown in UI?
I can add tags to pageItems with and also read them out again afterwards.
var newTag = item.tags.add();
newTag .name="testname"
newTag .value="testvalue"How can I see this tag in the Illustrator UI?
