Thank you PMario!
Now there's 2 little things to do.
1. Only find the missing title if it is wrapped in [[]]
2. Make the listed source tiddler a link

I tried to use a macro and  variable to set the title being searched for be
"[[" & search text & "]]", but again the syntax for including a variable
tripped me up
I have:
<td><$list filter="[search{!!title}]"><<currentTiddler>><br></$list></td>
<td><$set name="title_with_brackets" value=<<join3 "[[" {{!!title}} "]]">>
><$list filter="[search[<<title_with_brackets>>]]"><$link
to={{!!title}}><$view field="title"/></$link><br></$list></$set></td>

The first <td> finds all occurrences of the string. The second one should
only show the actual source of the missing tiddler. But instead it just
shows a link to the Missing List that this table is in. "join3" is a simple
concatenation macro that joins 3 items.

For example, in one table row there is the missing tiddler "MM". The first
column shows every tiddler that contains the string "MM". The second column
only shows the current tiddler. If I search for "[[MM]]" I find where I
referred to it.



On Sun, 8 Apr 2018 at 00:27 Mat <[email protected]> wrote:

> On Saturday, April 7, 2018 at 7:25:11 PM UTC+2, Matthew Petty wrote:
>>
>> Mat,
>> That worked! Now it shows the tiddler where that missing title is
>> mentioned. In some cases it's in a Base64 tiddler which happens to have the
>> correct string.
>>
>
> (all cred should go to PMario)
>
> <:-)
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/fJAcHM9MK2I/unsubscribe.
> To unsubscribe from this group and all its topics, 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/b6408223-4223-470b-9215-06b42ed6b9b8%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/b6408223-4223-470b-9215-06b42ed6b9b8%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
-- 

Best regards,

Matthew
+971 (0)54 442 0409

-- 
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/CAGFCNLz%3D3F3-tcGvV2Rgny6qiTab4QOTmPALcFmMO3HUTKFDcg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to