If you have a lot of such terms, you can save on confusion and dboule writing by creating a second tiddler, which simply displays the content of the first tiddler. For example: You have terms "Michael Jackson" and "Jacko" and they both mean the same thing. You can create a tiddler named "Michael Jackson" and write in it whatever you need to. Then you create a second tiddler named "Jacko" and in it you put this: <<tiddler "Michael Jackson"##"Michael Jackson">> So when you go to the "Jacko" tiddler, you actually see the contents of the "Michael Jackson" tiddler. Why is that a good thing? If you use just PrettyLinks, you would create a tiddler "Michael Jackson". A PrettyLink for that would be [[Michael Jackson]]. But every time you would want to write Jacko in the text, you would need to write [[Jacko|Michael Jackson]]. In my example, you would simply write Jacko or [[Jacko]] and you would always see the contents of the "Michael Jackson" tiddler.
Further more, this method is useful in cases when you're making lists of tiddlers, you just use different tags. For example: person: Anakin Skywalker; tags: Jedi; content: the life and times of Anakin Skywalker person: Darh Vader; tags: Sith; content: <<tiddler "Anakin Skywalker"##"Anakin Skywalker">> So when you make a list of the Jedi, you see Anakin listed as "Anakin Skywalker" and when you're making a list of the Sith, you see Anakin listed as "Darth Vader". In both cases, however, you get the contents of the "Anakin Skywalker" tiddler when you click on the link. On Feb 12, 7:37 am, Anubitz <[email protected]> wrote: > I am very new to TiddlyWiki, and my question is simple. > > I have a couple of terms that mean the same thing, and I want them to > redirect to the same tiddler where I will define the term, without the > end user seeing a useless (to them) tiddler saying "See XX for > explanation." I just want that second term's tiddler to redirect to > the first as a shadow tiddler, but I have no idea how to do it. > > Can someone point me in the right direction? > > The project I am working on is a Wiki Encyclopedia for a Fantasy > writing setting that I am working on. It is to be set up like a > magical book that contains all knowledge about the setting. > > Thanks, > > Anubitz -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

