Quote:
Originally Posted by Tijntje
Hi , would it be possible to add a custom string to the bookshelves?
I create bookshelves for series and authors with the following command in the plugin.
series, authors
Now in the Kobo they show up exactly as specified, but I would like to add a custom string in front of the authors and series like this:
Author: author name here
Series: series name here
That way I can easily distinguish between serie and author names.
Is this possible?
|
It is possible.
You can make a custom column type column built from other columns, with the template
{series:'test($, test(field('series'),strcat('Series:',field('serie s'),),''),'')'}
This will give you Series:series name.
Then you use the custom column name instead of series in the plugin.
Same for authors
Probably PeterT will have a better way though
Helen