I can't seem to find the option for ordering a reference item based on appearance of the key values in cite. I have the following in my .bib file:
@misc{test,
author = "Test",
title = "Title",
note = "6 October 2016",
howpublished = "\url{https://www.google.nl}"
}
which gives the following:
However I would like to have the reference item in the order: [Author, Title, Note, Howpublished] just as I have described in the @misc. Is this possible?