Ciao Mark S. Mark S. wrote: > > This code should do almost exactly what you want (except it goes from 000 > to 099 instead of 001 to 100. You could always just rename 000 to 100 (plus > caption): >
Thanks! Hits the spot directly. The first being "000" is not a problem. I might even keep it as the Title Page and just manually add "100". > If it is factually useful to you, please consider donating 1€ to Pmario ( > https://www.paypal.me/PMarioJo). > I do like that people are asking for money a bit more. The solution is worth more than a Euro! Was that a typo? And where is YOUR tip-spot? FWIW I quite like Amazon wish-lists for lower level gifts (5€ -> 50€) ... its nice to send something tangible. Best wishes & thanks Josiah > > \define composedtitle() $(base)$ 0$(ten)$$(one)$ > \define caption() Minute-0$(ten)$$(one)$ > ''Base title'': <$edit-text tiddler="$:/state/new-tiddler-title" tag= > "input" default=""/><br/> > ''Tag'': <$edit-text tiddler="$:/state/new-tiddler-tag" tag="input" > default=""/> > > <$button> Create 100 copies of title > <$list filter="0 1 2 3 4 5 6 7 8 9" variable="ten"> > <$list filter="0 1 2 3 4 5 6 7 8 9" variable="one"> > <$vars base={{$:/state/new-tiddler-title}}> > <$action-createtiddler $basetitle=<<composedtitle>> tags={{$:/state/new- > tiddler-tag}} caption=<<caption>> /> > </$vars> > </$list></$list> > </$button> > > -- 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/3adcd731-363d-4e56-ab73-641f56c8d06c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

