Skip to main content
Participant
February 24, 2022
Question

Where are tags shown in UI?

  • February 24, 2022
  • 3 replies
  • 391 views

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?

This topic has been closed for replies.

3 replies

CarlosCanto
Community Expert
Community Expert
February 24, 2022

have you considered using the "note" property instead? unlike "tag", "note" can be seen/edited in the Attributes panel.

Charu Rajput
Community Expert
Community Expert
February 24, 2022

Hi @talquer 

As far as I know, they can't visible on UI. 

Best regards
Silly-V
Legend
February 24, 2022

This is right. The tags are interestingly a feature of Illustrator that is only meant for scripting. There's only one way to show these values with the UI, and that is by creating a custom ScriptUI dialog.

 

Doug A Roberts
Community Expert
Community Expert
February 24, 2022

Just a guess as I can't check: Attributes panel?

talquerAuthor
Participant
February 24, 2022

Hi Doug, thanks for the answer. I do know the notes field on the attributes panel. I cannot finde the tags there.