Quote:
Originally Posted by Noughty
Looking forward to the merge lists.
|
Kovid accepted it for this release.
Once you upgrade, assuming that you want to use the case of the item in tags if there is a non-case-equivalent duplicate, use any one of the following 3 templates. The first two use "
template program mode", while the last one is uses"
general program mode".
Code:
{tags:'merge_lists($, field('#shelf'), ',')'}
{#shelf:'merge_lists(field('tags'), $, ',')'}
program: merge_lists(field('tags'), field('#shelf'), ',')
The documentation for merge_lists will be in the template language manual section as soon as the next release is prepared.