We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something not possible in 1.0, but is in M. Should be able to do this with a simple option parameter?
citation-style-language/schema#436
This primarily relevant in note-based styles, as in this example, and at times in author-date.
Maybe just:
collapse-container: true # list container once in bibliography, and cite by "in" reference to that
In order to implement this, need to also implement relational linking in InputReference.
InputReference
--- chapter1: title: Chapter title parent: container1 container1: title: Edited book title
I could rely on YAML linking, but probably best not, since I also want to keep JSON support.
Another wrinkle with that is where editor goes.
editor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Something not possible in 1.0, but is in M. Should be able to do this with a simple option parameter?
citation-style-language/schema#436
This primarily relevant in note-based styles, as in this example, and at times in author-date.
Maybe just:
In order to implement this, need to also implement relational linking in
InputReference
.I could rely on YAML linking, but probably best not, since I also want to keep JSON support.
Another wrinkle with that is where
editor
goes.The text was updated successfully, but these errors were encountered: