Stvad / CrowdAnki

Plugin for Anki SRS designed to facilitate cooperation on creation of notes and decks.
MIT License
520 stars 44 forks source link

Allow sorting subdecks according to sorting method #189

Closed aplaice closed 1 year ago

aplaice commented 1 year ago

Fix #188.

The sorting method is the same for all subdecks (but we don't have any means of varying sorting method by deck, anyway, so we're not losing any flexibility).

(I haven't added tests yet.)

On the side:

Add docstring to get_card_ids since its recursiveness had stumped me while inspecting the code. (though we don't actually use children=True anywhere atm.)