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
And have a look at http://tiddlywiki.org/wiki/TiddlyWiki_Markup
regards
-m
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 <lord.anub...@gmail.com> wrote:
Anubitz
Whether you want to refer to [[Bills|Bills To Be Paid]] or [[Accounts|
Bills To Be Paid]] they both go to the same Tiddler.
This will display "Whether you want to refer to Bills or Accounts they
both go to the same Tiddler" -which is "Bills To Be Paid".
Regards,