Quote:
Originally Posted by uli
With my Kobo, I've been using this plugboard by chaley:
Code:
program: re(list_re_group(field('authors'), '&', '.', '(.*)', "program: swap_around_comma($)"), '&', ', ')
Edit: This only allows Kobo to sort by LN FN, still will show FN LN, bummer.
|
For completeness, the plugboard does two things. It first examines each author and converts any "LN, FN" names to "FN LN". It then converts the author list (A & A ...) to (A, A ...).