Hey guys,
I think I'm pretty close to a solution here, but I can't figure it out...
Short problem description:I want to make a link to a tiddler where the target is the content of another tiddler.
So let's say I have the tiddler named "A" with content "B" and I have a tiddler named "B" with some content. As you might have noticed the title/name of tiddler "B" is equivalent to the content of the tiddler "A".
So, I'd like to link to tiddler B by doing something like this:
[[ a link to tiddler B|{{A}}]]
Clicking on that link results in "Missing tiddler "{{A}}" - click
to create" - so the transclusion isn't resolved.
Any thoughts?
Long problem description:There is a good chance that I'm going on this problem the wrong way, so let me explain what I'm trying to do:
I have a Table of Contents Tiddler, as described here
http://tiddlywiki.com/static/Example%2520Table%2520of%2520Contents%253A%2520Tabbed%2520Internal.html
I use this tiddler quite often to browse around and do some quick lookups. And for these quick lookups the internal view is great, but sometimes I want the tiddler I'm looking at in a separate tiddler (for later use or open up multiple tiddlers side by side).
The title of tiddler I'm looking at the moment is in "$:/temp/toc/selectedTiddler"
, so what I'm trying to do is simply add a link at the bottom of the Table of Contents Tiddler which opens the content of "$:/temp/toc/selectedTiddler" in a seperate tiddler.
I'm trying to do this like so:
[[Click to open current tiddler sepreately |{{$:/temp/toc/selectedTiddler}}]]
But the same problem as above occurs...
I'm happy for any ideas...
Thanks
Edit: I just noticed the Example Table of Contents: Tabbed Internal on the static tiddlywiki page does not work the same way as on the original page.
So, in order to better understand my scenario, please go to tiddlywiki.com and search for Example Table of Contents: Tabbed Internal.
Edit 2: haha, I just by accident posted the link the the dynamic page of tiddlywiki - did not know you can link there ;-)