Sam Richard
@Snugug
BBQ lead, ChromeOS DevRel. Mostly food, sometimes design and development, especially for the web. 7008px tall. He/him.
An archive of my Twitter timeline up until I moved to Mastodon. You can find me there at @[email protected]
@DnDBeyond Is there a list of all of the tooltip shortcuts like [spell]confusion[/spell]? I notice there’s a [roll] one as well available from the WYSIWYG editor that doesn’t seem to work. [condition] styling also isn’t applied in magic item stand-alone descriptions.
@DnDBeyond Scratch that last bit about [condition] styling; it has the right class it’s just not being styled correctly by Chrome (class isn’t being picked up by render engine for some reason)
@DnDBeyond Figured it out, being applied as
’tooltip-hover
instead oftooltip-hover
(notice the leading ‘).@DnDBeyond Being spit out as
class"'tooltip-hover condition-tooltip”
instead ofclass=“tooltip-hover condition-tooltip