Hi Magnus,

On Thursday, February 8, 2018 at 6:17:28 PM UTC+1, magev958 wrote:
>
> Most of my tiddlers have a uuid-title and a caption-field. With the 
> collection of tiddler growing I have come across a couple of tiddler with 
> same caption. I would likt to find all duplicates but don't know how
>

I had success with the following code (seems to list all duplicates of two 
or more, no matter how many):

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

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

Cheers,

Stef

-- 
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/ccc431f8-b146-4c1f-9cc2-d8509b101e56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to