Hi, For this request, it is possible there is a quick syntax trick that will work right away, or, may be what I want to do is not quite possible. I'm not sure.
Anyhow, I have a plugin that displays a tiddler with some tabs. I want the content of the tabs to be another tiddler. The way I did this is by re-using a CSS trick to display only the content of specific div tags. In order to put this content into the HTML I use the "createTiddlyElement" method. Here is the example http://xmobile.labs.osmosoft.com/recipes/default/tiddlers.wiki#[[look%20at%20me]]%20here%20ViewFieldInfoPlugin On this page the "look at me" tiddler displays tabs and content using the ViewFieldInfoPlugin. Editing the "look at me" tiddler shows the syntax of this solution. Clicking on tab 3 reveals my naive attempt to include the content of the "here" tiddler into the textarea created by the "createTiddlyElement" method. I'd be quite happy to hear what I am obviously doing wrong... Cheers -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

