Just noticed that my code above had a small bug - when one particular 
caption appeared more than twice, the caption was listed multiple times. 
I've fixed it here: 

<$list filter="[each[caption]get[caption]]" variable="capt">
<$list filter="[field:caption<capt>rest[1]limit[1]get[caption]]" 
variable="capt2">


!!! Caption "<<capt2>>":
<ul>
<$list filter="[field:caption<capt2>]">
<li><$link>{{!!title}}</$link></li>
</$list>
</ul>
</$list>
</$list>

Cheers,

Stef

On Saturday, February 10, 2018 at 10:40:52 PM UTC+1, [email protected] wrote:
>
>
> I had success with the following code (seems to list all duplicates of two 
> or more, no matter how many):
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3ef9ece9-e424-4aa6-b7fa-45bc9fc7d5b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to