http://groups.google.com/group/tiddlywiki/browse_frm/thread/4f23e836f588c0c0

> I would like to be able to define two or more displayAreas and then
> tell each tiddler which one to open in via a tag.
> For my project, I'd like to also be able to tell certain displayAreas
> to only show one tiddler at a time, but that's gravy.
>
> Is this possible using modern tiddlyWiki technology?

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.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to