Hi Eric,
Thanks for the quick reply.
I get an error:
<<forEachTiddler ...>>: Extra parameter behind 'write': +tiddler.data
("archetype1")+"+++<<tiddler "+tiddler.data ("archetype1")+"
I have read on the group in a previous post that << in forEachTiddler
is a problem as the macro thinks it has finished.
I've tried "<"+"<+ and all sort of things, but can't get it to work.
Alex
On May 12, 4:32 pm, Eric Shulman <[email protected]> wrote:
> > I would like the slider
> > +++"+tiddler.data("archetype1")+"===
> > to show the contents of the relevant archetype tiddler, rather than
> > its title.
>
> Try this:
>
> write
> '"|"+tiddler.data("archetype1")+"+++<<tiddler [["+tiddler.data
> ("archetype1")+"]]>>===|
> [["+tiddler.title+"]]|"+tiddler.data("score")+"|\n"'
>
> Thus, instead of generating
> +++foobar===
> it will generate
> +++<<tiddler [[foobar]]>>===
>
> enjoy,
> -e
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---