You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably the cleanest is to add these options to the SortKey enum, so one can just do:
sort:
template:
- author
- in-press # or status?
- no-date
- year
Another option is:
sort:
noDate: 0inPress: 3000
But need to also incorporate grouping here, so the decisions should well-accommodate both.
It's not only that the year suffixes need to be correct, when needed, but also need to leave room for things like reference list sections based on these (think a CV).
The text was updated successfully, but these errors were encountered:
bdarcus
changed the title
Add support for in-press and no date sorting config, etc
Add support for in-press and no date sorting and grouping config
Jul 24, 2023
Probably the cleanest is to add these options to the
SortKey
enum, so one can just do:Another option is:
But need to also incorporate grouping here, so the decisions should well-accommodate both.
It's not only that the year suffixes need to be correct, when needed, but also need to leave room for things like reference list sections based on these (think a CV).
See also #76.
The text was updated successfully, but these errors were encountered: