Did I dream this or was there very recently (past week?) someone asking about this very problem that I just stumbled upon? Can't find the question, if there ever was one. Regardless, I wonder if there's any clever way filter to find out if:
the current tiddler title is a suffix of any other tiddler title
It will be used as part of a viewtemplate so it is important that it is an "economical" filter.
The situation occurs because I have tiddlers titled like paths e.g
MyFolder/Img1.jpg
MyFolder/Doc1
...and I have a mechanism to create tiddlers with titles as the last "step" in those paths, i.e "Img1.jpg" and "Doc1" but these tiddlers should show some data from their corresponding path tiddlers in a ViewTemplate. A tiddler can have multiple pathtiddlers.
Thank you!
<:-)