Closed ELLIOTTCABLE closed 4 months ago
I appreciate your thoughts and suggestions here @ELLIOTTCABLE , and this seems like a reasonable idea.
In https://github.com/JASchilz/AnkiSyncDuolingo/issues/78 I call out that I'm not able to give this project the full attention that I'd like to as owner, that I'm unable to provide or consider merge requests for new features, and invite a new maintainer.
If a new owner shows up in #78 , then you could potentially let them know about this idea. :)
My language cards use a bunch of different note types for different purposes, with different fields and generated-cards:
Skimming the code, it doesn't look like this addon needs to know anything about the existing card's note-type — just whether it exists. I took a brief stab at patching this, but I couldn't quite get a Python dev-environment setup within my allocated time. 😅
This should only require patching the following to use the field's name, instead of its index, to find the gid:
https://github.com/JASchilz/AnkiSyncDuolingo/blob/2c712177f0daff0e4332d3513735c1602e9f9b26/duolingo_sync/plugin.py#L42-L44
(Ideally, in the process, it'd be nice to have the field renamed to "Duolingo GID" or something clearer, too.)