Alternate Bibliographic export formats
Hallo -- We are wondering how to export a selection of items to a bibliographic list that is defined by the date of publication (with most recent publication first, and so on)... Is this possible? Thanks! (Oh, and love the new iOS app!!) -- John
You want to look at the sort section of the bibliography.
If you want detailed instructions, I really do want a style to start from.
<sort>
<key macro="contributors-sort"/>
<key variable="title"/>
<key variable="genre"/>
<key variable="issued"/>
</sort>
You'll just want to move the date to the top, so turn that into
<sort>
<key variable="issued"/>
<key macro="contributors-sort"/>
<key variable="title"/>
<key variable="genre"/>
</sort>
Generally putting
<key variable="issued"/>
should work for most styles.Note the general instructions, especially about changing style title and ID, in the above-linked step-by-step
<key variable="issued" sort="descending"/>
https://docs.citationstyles.org/en/stable/specification.html#sorting