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 


-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/124c0cfe-6e62-49f5-8d2a-3f7d3230cad0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to