hello Magnus,

this could do what you need:

\define compareCaptions()
<$list filter="[[$(firstTidCaption)$]regexp[^$(thisTidCaption)$$]]">

$(firstTiddler)$ and $(thisTiddler)$ have the same caption
<$button message="tm-edit-tiddler" param="""$(thisTiddler)$""">edit 
$(thisTiddler)$</$button>

</$list>
\end
\define compareTiddlers()
<$list filter="[all[tiddlers]!is[current]has[caption]]">
<$set name="thisTiddler" value=<<currentTiddler>>>
<$list filter="[<thisTiddler>get[caption]]" variable="thisTidCaption">
<<compareCaptions>>
</$list>
</$set>
</$list>
\end
<$list filter="[all[tiddlers]has[caption]]">
<$set name="firstTiddler" value=<<currentTiddler>>>
<$list filter="[<firstTiddler>get[caption]]" variable="firstTidCaption">
<<compareTiddlers>>
</$list>
</$set>
</$list>

Simon

Am Donnerstag, 8. Februar 2018 18:17:28 UTC+1 schrieb magev958:
>
> 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
> /Magnus
>

-- 
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/8278dfb0-0296-4fd1-b600-bbd1e66acdcb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to