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):

This took about 35 minutes to write (well, it should have been 15 minutes, 
but I digress). If it is factually useful to you, please consider donating 1
€ to Pmario (https://www.paypal.me/PMarioJo).

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



Have fun,
Mark

On Sunday, January 14, 2018 at 9:01:54 AM UTC-8, @TiddlyTweeter wrote:
>
> Cari tutti
>
> I'm wondering if anyone has made a bulk Tiddler Population Maker (TPM)?
>
> Here is a Use Case...
>
> *STORYBOARDING*
>
> 1 - You need 100 Tiddlers creating to cover the main scenes of a movie. 
> You need them all in advance because you may be writing main scene 037 well 
> before you write scene 001 but you need to see it in context.
>
> 2 - The NAMING of them can be as simple as "TITLE xxx" where xxx = from 
> 001 to 100 and Title = user input.
>
> 3 - It would be a bonus to be able to create a CAPTION field at the same 
> time that is "Minute xxx" where xxx = (the same numbering as 2) from 001 to 
> 100.
>
> 4 - It would be a great bonus to be able to add a TAG to all 100 like 
> "TAG" where TAG = user input.
>
> Maybe its been done already?
>
> Many thanks for any pointers or assistance.
>
> Best wishes
> Josiah
>
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/b93ca442-c6ca-48a2-bfec-cbfb1665aa46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to