I have had success with:
<<newSavedTiddler label:'New Tiddler with a template'
text:{{'<<formTiddler [[NewTiddlerTemplate]]>'+'>'}}
tag:{{'y'}}>>
But I would like to replace 'y' with a syntax which would make it a
field that I would have defined in another tiddler.
I tried this...
<<newSavedTiddler label:'New Tiddler with a template'
text:{{'<<formTiddler [[NewTiddlerTemplate]]>'+'>'}}
tag:{{'<<forEachTiddler where 'tiddler.tags.contains("X")'
write 'tiddler.data("field")'>>'}}>>
But TW does not like it at all.
I appreciate any help.
--
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.