mage icon indicating copy to clipboard operation
mage copied to clipboard

Popup an actual card when in the game log

Open spjspj opened this issue 2 years ago • 2 comments

Currently the hyperlink pops up the card text only - would be nice to have the actual card popup when it's hovered over or clicked.

spjspj avatar Sep 16 '22 14:09 spjspj

Use mouse wheel to switch popup hint mode from text to image.

JayDi85 avatar Sep 16 '22 15:09 JayDi85

Use mouse wheel to switch popup hint mode from text to image.

This is more for when you're in the game itself and hovering over the link to the card. I don't think the mousewheel shortcut works in that situation.
aka: image

spjspj avatar Sep 22 '22 10:09 spjspj

Now it support to show a real object data in card popup:

  • text mode shows real object (if not found then show original card with same name);
  • image mode shows default card image (you need to click on card name to switch image/text modes);

As side effect -- it fixed not workable popups for tokens.

Example:

shot_231126_143904 shot_231126_143832 shot_231126_144420

JayDi85 avatar Nov 26 '23 10:11 JayDi85