Related but probably not related enough: making citations bold latex and Color citation using biblatex : in-text + references (issue with postnote + bibliography)
I have been learning a thing or two about source maps. But I think this requires something else than source maps because I don't know how source maps can influence the in-text citation.
I want to do the following:
- For every
@inproceedingsreference, - If the
notefield exists get the string, - If this string contains the substring
www.youtube.com, then make the in-text citation bold, (e.g. [43] ). If this is not the case, then do nothing and let it display like normal (e.g. [43] ).
I know this is perhaps a relatively specific example, but this can be generalized relatively easy to other data types or other fields.
The question is: how would I go about this in Biblatex/Lualatex?
Justification: some of my references are multimedia systems. Reading papers are fun and all, but some researchers have amazing YouTube videos demonstrating their system, which is a really intuitive intro to start off with if a reader is interested in following a reference. I want to do this a bit subtle, and this is what I came up with.

Thanks!
– Melvin Roest May 03 '18 at 15:03\renewbibmacro*{cite}needs to be based on the definition ofciteinalphabetic.cbx(and not on the definition innumeric.cbxas in this answer). It is a bit awkward to give the necessary code here in the comments, so if you need help getting that to work, I suggest you ask a new question. – moewe Sep 28 '19 at 10:01