Sorry,

I accidentally posted before signing off, 

<$list filter="[all[missing]sort[]] -[[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>
This sorts by title and excludes "New Tiddler" 

As I said

> 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


Just ask if you still want the original sorted list, this requires either a 
trick, possibly the new subsort operator or a temporary separate list.

You can see also that perhaps !is[system]] may make sense in your wiki.

Regards
Tony


On Friday, July 24, 2020 at 8:51:10 AM UTC+10, TW Tones wrote:
>
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c70c415d-3076-40c7-9a3f-ab59c880bd0ao%40googlegroups.com.

Reply via email to