Hi,

I was trying the solution given in 
http://groups.google.com/group/TiddlyWiki/msg/8f739a2bf8568eb0?hl=en
to the problem of having a tiddler with tabs that are actually inside
the tiddler. That is, I installed CoreTweaks in order for
tiddler.title to work, and created a tiddler Sample with:

/%
!!!Main
First name:
Last name:
Birthday:
!!!Work
...work stuff...
!!!Personal
...personal stuff...
!!!Misc
...other stuff...
!!!end
%/<<tabs txtFavourite
   Main "Main" {{tiddler.title+"##Main"}}
   Work "Work" {{tiddler.title+"##Work"}}
   Personal "Personal" {{tiddler.title+"##Personal"}}
   Misc "Misc" {{tiddler.title+"##Misc"}}>>

... and it did'nt work: the tabs appear empty of content. Sure enough,
if I substitute one of the "{{tiddler.title}}" by "Sample", that tab
works. And if I add the following line on top:

<<newTiddler label:{{tiddler.title}}>>

then I get a button called "YourSearchPlugin". I thought that
CoreTweaks solved this problem, but I guess I am wrong. What to do
then?

Thanks!

David
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to