I can create multiple new tiddlers from a list in a tiddler called 
"ListOfTitles" by using a button.

<$button>
make new tiddlers from list
<$list filter={{ListOfTitles}}>
<$action-setfield $tiddler={{!!title}} text=""/>
</$list>
</$button>

Tiddler ListOfTitles
first
second
third

Can I use the MakeTid widget 
(http://gwiz.tiddlyspot.com/#:MakeTidWidget%20sample-template) in 
conjunction with this code to create a series of tiddlers based on a 
defined template with a number of fields.

Any help you could offer would be much appreciated.

My understanding is that the setfield action can only use a pure list and 
not include the field contents of a template tiddler.

I need to create a large number of tiddlers (each with the same fields) 
which would take forever to create using newhere or cloning.

Thanks.



-- 
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/937bde24-a086-4ab3-aba9-ef073141f65c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to