Skip to content

Commit

Permalink
add sort option by deck id
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Aug 25, 2024
1 parent db238f7 commit 25e1055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class OrderingChoices:
"Due": due_key,
"Interval length": lambda card: card.ivl,
"Card ID": lambda card: card.id,
"Deck ID": lambda card: card.did,
"Sort Field": sort_field_key,
"Sort Field (numeric)": generic_numeric_key(sort_field_key),
"Custom field": custom_field_key,
Expand Down

0 comments on commit 25e1055

Please sign in to comment.