obynio / anki-japanese-furigana

Anki add-on providing support for adding furigana on Japanese text
https://ankiweb.net/shared/info/678316993
GNU General Public License v3.0
21 stars 7 forks source link

Mass generation support #38

Closed jcgurango closed 3 months ago

jcgurango commented 3 months ago

Hello, this is a very useful addon! I also found the need to generate Furigana in bulk, particularly for when I create Subs2SRS cards, so I've implemented it. This should close the long-standing enhancement request #7. I've implemented it as a QueryOp so it doesn't block the main thread, but I don't think there's any getting around the CPU usage. In my case, I don't really notice any significant PC slowdowns or anything, though. This PR adds this menu item:

image

Which in turn opens this form where you can select what field to take from, and what field to save it in:

image
obynio commented 3 months ago

That looks amazing, I'll take a look as soon as I can 🙂

obynio commented 3 months ago

This PR is really good, I have nothing to say. I will merge asap.