Quote:
Originally Posted by nhedgehog
Any progress here. Having a vocabulary trainer as plugin for Koreader would be awesome!
|
There was a request to export lookup history in a format compatible with being imported by anki (csv) in
https://github.com/koreader/koreader/issues/6502
The main problem is: doing dict lookups takes time. The lookup history has queries stored but not their definitions. So, the feature would require to iterate over the entire lookup history (or last n items) and do a dict lookup for each one of them, which would be painfully slow on most embedded devices.
If that gets implemented it can be repurposed for OP intents. The only missing part is the UI.