HTML+JS GUI for anki addon, best practices?

I want to create an Anki addon that opens a dialog and displays a very custom interface using a subset of selected cards (a memory matcher type game). I think it would be much simpler (for me at least) to implement this using HTML+JS.

How do I use HTML+JS for the view instead of Qt? Say I’m launching from a menu item from a selection of cards in the browser. And how do I send information to and from the HTML + JS?

Thanks,
Andrew

2 Likes