http://groups.google.com/group/tiddlywiki/browse_frm/thread/4f23e836f588c0c0
Hello Trey,
This doesn't sound impossible. However, I don't think I have come a
across a solution that provides this out of the box.
Would those second(ary) displayAreas (have to) be "full featured"
ones? For example, would they also have (to have) a toolbar, a tagging
box or a tags box, and would one have to ensure that it is being
visible when opnened, etc... ? If not, it seems straight forward to
implement a plugin/macro that would allow one to wikify any tiddler's
content into a preconfigured DOM-node ...which would also cover your
"only one at a time" scenario.
Something like...
<<ibox InfoTiddlerA infobox>>
..which would render a link that when clicked wikifies "InfoTiddlerA"
into a div or span with an ID of "infobox", which - if not specified -
might fall back to some default called "ibox".
Would you mind expanding on your precise usecase? What I mean is not a
description in TiddlyWiki lingo about how you think of implementing it
but rather what exactly it is you are trying to achieve and why. For
example, as in the example above, I could imagine a kind of "infobox"
or "helpbox", into which related info were rendered upon clicking a
certain link, or maybe automatically once a certain tagged tiddler
opens, etc...
Cheers, Tobias.