Closed AlexLloyd0 closed 2 years ago
I'm happy to implement this (*) if you confirm that there's no easier way to do this in the existing extension?
(*) I have no experience developing Anki add-ons
Hi @AlexLloyd0, sorry didn't see your message :(
you can try to add a new line here https://github.com/sviatoslav-lebediev/anki-quizlet-importer-extended/blob/4121da52c9f7c433976c3a011f106632fae61263/__init__.py#L341
something like this note["Add Reverse"] = True
or note["Add Reverse"] = "true"
you can open a folder with the installed plugin and change it there, restart Anki and try to import decks. if it works we will add it as an option.
@AlexLloyd0 I will add this as a checkbox
done
I'd always like import to create reversed cards. It would be great if there were an easier way to do this.
Either in the config file or a checkbox in the import window would be great.
My current workflow is:
Which is quite slow and error prone (maybe there's already a better way of doing things)