Hi J,
> Simply define the fields you wish to set
> using action.setfield and you're done.
>
What I mean is something like...
<$tiddler tiddler="ListOfTitles">
<$button>
make new tiddlers from list
<$list filter={{ListOfTitles}} variable="title">
<$action-setfield
$tiddler=<<title>>
text="some text"
tags={{!!tags}}
foo={{!!foo}}
mumble={{!!mumble}}/>
</$list>
</$button>
</$tiddler>
and then...
title: ListOfTitles
foo: bar baz
tags: ah ja
mumble: [[frotz gronk]]
first
second
third
Best wishes,
Tobias.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/f062200c-8393-4a4c-9457-64eee43adef8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.