Backstrom, This macro does what I said in my last reply, but without sorting it. <$list filter="[all[missing]] -[[New Tiddler]]" variable=missing-title> <h2><$link to=<<missing-title>>/> <$count filter="[all[]search:text<missing-title>]"/></h2> <$list filter="[all[]search:text<missing-title>]">
</$list> </$list> Note how the majority found on tiddlywiki.com are the result of using camelCase Also click to create the missing tiddler The next step is to sort the list if you need to but since the sort order is a value we determine from our search its not so strait forward. For a one off or occasional review perhaps the above is sufficient since On Friday, July 24, 2020 at 8:19:45 AM UTC+10, TW Tones wrote: > > Yes is the answer. > > First identify the titles of missing tiddlers then for each search for > that title in all tiddlers, list or count. > > This may also detect matching text that does not form a tiddler title but > that can be useful as well. > > The Freelinks plugin could also help combined with search. > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9445c972-fb62-43aa-a47e-a2be77e4c0b6o%40googlegroups.com.

