BenDMyers / showmy.chat

On-demand themed Twitch chat overlay generator

Home Page:https://showmy.chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow themes to style the replied-to user in reply snippets

BenDMyers opened this issue · comments

Currently, reply snippets are straight text: something like Replying to @showmychat: Lorem ipsum dolor sit amet.... We should wrap the mention in a node to allow themes to target it.

In-message mentions are currently using <mark>. It makes sense to me to continue using <mark>, or to use a <span>. We should figure out a sensible selector — I'm thinking data-twitch-replied-user="showmychat", but I'm open to other ideas.