Say,

On Item 2  *if *two or more links to this tiddlers are present in the other 
tiddler
It is clear this requires a technical solution, but I am curious how this 
requirement comes about?

Clearly you will have to count each reference and referencing tiddler 
separately to determine if there are two or more references in each 
tiddler, one or more is also grater than 1"

I use the below in a footer to search a (every) tiddler if they have one or 
more  occurrences of "string" in them.

<$list filter="[all[current]search[string]limit[1]]" variable=null>
</$list>

And I have not quite worked out why the count widget is not working for me.

https://tiddlywiki.com/#CountWidget

No answer just hints,

Regards
Tony




On Friday, 8 December 2017 22:16:53 UTC+11, Shay Shaked wrote:
>
> This is going to be a bit hard to explain in writing, but here goes. 
>
> Is there a way to create a list which will be created from other tiddlers 
> that connect to it? 
> In TW, if you open the extra option of a tiddler with the down arrow, then 
> go to info, then go to references, you see a list of tiddlers linking to 
> it. I want a list that will display these tiddlers to show in the tiddler. 
>
> Then: is it possible to have such a list created *automatically *in the 
> tiddler *if *two or more references are made to it from the *same *
> tiddler. 
>
> So let's recap with an example:
>
> I have a Tiddler called DnD (I'm a major geek, leave me alone ;) ). 
> There are perhaps 20 tiddlers connecting to it using that CamelCase link 
> above. I want a list displaying these inside the tiddler. But, this will be 
> way more effective if ONLY tiddlers that mention DnD more than once will 
> show. This way, if I talked about my weekend in a journal tiddler and I 
> describe a game I had, it is likely to show; but if I just mention it in 
> passing somewhere else, it won't. Makes sense? Good, because there's a bit 
> more: 
>
> It will be even *better *if only journal tiddlers (tagged: journal) will 
> show. 
>
>
> - - - 
>
> 1. Make a list of tiddlers linking to this tiddler
>
> 2. Make a list of tiddlers linking to this tiddler *if *two or more links 
> to this tiddlers are present in the other tiddler
>
> 3. Make a list of the above only of tiddlers tagged "journal". 
>
>
> So... anyone up for explaining this to me? I believe 1 and 3 are actually 
> not that hard, it's 2 that requires a bit of programming. Thanks!
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/6b5eae60-d4bd-4761-aad7-27ac54fb98e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to