Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for in-press and no date sorting and grouping config #114

Open
bdarcus opened this issue Jul 24, 2023 · 0 comments
Open

Add support for in-press and no date sorting and grouping config #114

bdarcus opened this issue Jul 24, 2023 · 0 comments

Comments

@bdarcus
Copy link
Owner

bdarcus commented Jul 24, 2023

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: 0
  inPress: 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).

See also #76.

@bdarcus 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant