omardelarosa / obsidian-mtg

A plugin for managing Magic: The Gathering decks and card lists as Obsidian notes
MIT License
30 stars 5 forks source link

Add hover tooltip on cards with more info #4

Closed omardelarosa closed 1 year ago

leethobbit commented 1 year ago

I was going to request something similar - if there's a good API/workflow for this, it would be wonderful to see a full card image as part of this.

omardelarosa commented 1 year ago

@leethobbit I think I'm going with the Scryfall API. However, I don't know if it will be exactly a tooltip that hovers. For now, it's just a panel with the card image on the bottom right of the component:

Screen Shot 2022-10-09 at 8 09 32 PM

If I can figure out how to do the tooltip in the Obsidian UI, I'll come back to this tooltip idea then.