WowRarity / Rarity

Collectibles and statistics tracking addon for World of Warcraft
https://www.curseforge.com/wow/addons/rarity
GNU General Public License v2.0
55 stars 35 forks source link

Enable displaying item links in compatible output channels #715

Open rdw-software opened 4 months ago

rdw-software commented 4 months ago

Source: Discord

I have announcements set to share in guild chat. I often get people asking what the item is that ive found because its just plain text of the item name. It would be great if the announcement contained the actual item so others can click to read the tooltip image

Rarity sends the item name to LibSink, which handles the display in the UI. Perhaps Rarity can send the item link (which is really just a "special" string containing CSV-like escaped data) instead and it would be displayed correctly - at least in some channels? Other sinks may not support this format. Could add a checkbox to always send item links instead of just the item name and let the user select?