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