Ny0n/Nys_ToDoList

Feature request - Add symbol in cat name

Closed this issue · 2 comments

Hello,

Is it possible to add these symbols in categorie name ?

1791841567970110

Thank you !

Ny0n commented

Hey! I just released an update that adds this feature

To add these symbols in any name, you would need to copy and modify the following link:

|TInterface/TargetingFrame/UI-RaidTargetingIcon_8:12:12::::::::|t

This is called a hyperlink. When used in WoW it will automatically transform to the specified symbol.

Specifically, this link will look for the symbol in the files located at Interface/TargetingFrame/UI-RaidTargetingIcon_8, which is the skull one (you can find all the other icons at this repo, simply change the path to target a different icon).
Also, the 12 represents the size in pixels, so the first is the width and the second is the height.

Awesome ! Thank you very much for the explanation ! I'll update addon asap !