I wish I could copy-past custom template tiddlers.

I have tried to display tiddler's content with this fET :

<<forEachTiddler
    where
        'tiddler.tags.contains("Template") && !
tiddler.tags.contains("attachment")'
    sortBy
        tiddler.modified
    descending
   write
 '((index == 0) ? "" : "\n")+"|[["+tiddler.title+"|"+tiddler.title+"]]|
{{{<<tiddler [["+tiddler.title+"]]$))}}}|"'
>>

but obviously all I get is

TemplateTiddler1 <<TemplateTiddler1>>
TemplateTiddler2 <<TemplateTiddler2>>
...

not only feeling scammed... I also feel helpless! :)

Have the solution ?

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