I am using biblatex to produce a bibliography with several sections like this:
\defbibheading{cvpubs}[List of Publications]{\section{#1}}
\defbibheading{subbibliography}{\noindent\bfseries\itshape{#1}}
\printbibheading[heading=cvpubs]
\printbibliography[env=nolabel,sorting=ydnt,keyword=peer,heading=subbibliography,title={Peer-reviewed articles}]
\printbibliography[env=nolabel,sorting=ydnt,keyword=chapter,heading=subbibliography,title={Book chapters}]
% and so on ...
Now I need to mark certain entries with an asterisk left of the entry. Something like this:
* Besserwisser, John (2007). "Whatever you say, you're wrong". In: Journal for Know-it-alls. (1)1. pp. 1-19.
Is this possible?
P.S. If you are wondering why anyone would want to do such a thing: In my case it is simply demanded by a funding agency to mark certain publication in my publication list with an asterisk. But you could also use this to mark the mandatory readings or the recommended readings or so in a reading list.