Hi mimikoulen > Let's say I have TiddlerOne and TiddlerTwo and they both contain a link to a TiddlerThree. > I would like to be able to show a different part of the content of TiddlerThree based from which one I was sent to it.
That isn't possible, I'm afraid. Navigating to a given tiddler has the same effect regardless of where the navigation originated. > Also is there a way to count how many times a Tiddler link has been clicked and then depending on the count to show different content again? There's no mechanism at the moment to count how many times a tiddler has been opened. That information is available in the $:/HistoryList tiddler, so one could imagine writing a JavaScript widget that accessed that information. It would be helpful if you could outline your goals so that we can figure out if there's another way of achieving what you want, Best wishes Jeremy On Sun, Aug 31, 2014 at 10:21 PM, mimikoulen <[email protected]> wrote: > Let's say I have TiddlerOne and TiddlerTwo and they both contain a link to > a TiddlerThree. > I would like to be able to show a different part of the content of > TiddlerThree based from which one I was sent to it. > How could I do such a thing? > Also is there a way to count how many times a Tiddler link has been > clicked and then depending on the count to show different content again? > Any guidance given would be appreciated. > Thank you. > > -- > 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 http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

