abdnh / anki-zim-reader

Anki add-on to view and extract info from ZIM files

Home Page:https://ankiweb.net/shared/info/951350249

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pop-up dictionary

abdnh opened this issue · comments

commented

A feature that allows users to look up words/terms in cards then pops up a dictionary view in a tooltip (Like Pop-up Dictionary) will be great to have.

Some notes about how this should be implemented:

  • Imported dictionaries should be served over a local server that makes available the requested HTML and other resources of a queried word. I've already written a working implementation in Flask, with the help of mediasrv.py from Anki. More work needs to be done though if we want to support serving multiple dictionaries at the same time with an option to switch the active one.
  • We can use Tippy.js for the tooltips.