Why do you need to iterate the fields? When you make a clone by renaming the title, all the fields get cloned too. Or at least that's what happened in my test.
Thanks! -- Mark On Tuesday, February 19, 2019 at 11:06:52 AM UTC-8, Mohammad wrote: > > Hi Mark, > Yes, but I have to iterate over all fields. By the way I found something > through this question that seems buggy > > <$button> Do it > <$list filter="[range[1,10]]" variable=item> > <$action-sendmessage $message="tm-new-tiddler" title=<<item>> tags="uu"> > </$list> > </$button> > > > No go to Advanced serach /Filter and type > > [tag[uu]] > > > and click on the Delete button (trash bin) > > All draft tiddlers remain open with no title, tgas, .... > > What happened? > > --Mohammad > > > On Tuesday, February 19, 2019 at 10:01:20 PM UTC+3:30, Mark S. wrote: >> >> Per FrD >> >> Create a unique title (possibly title plus date stamp). >> Use action-setfield to create new tiddler with the new, unique title. >> >> -- Mark >> >> On Tuesday, February 19, 2019 at 3:14:17 AM UTC-8, Mohammad wrote: >>> >>> Hi, >>> Thanks FrD, the problem is it will overwrite the existing tiddlers. I >>> am looking to see how to clone as Tony said in his post. >>> >>> Cheers >>> Mohammad >>> >>> On Tuesday, February 19, 2019 at 1:03:53 PM UTC+3:30, FrD wrote: >>>> >>>> Hi, >>>> >>>> Have a look at : >>>> >>>> https://groups.google.com/d/msg/tiddlywiki/swbra9EhOm4/dQk3YpsPAQAJ >>>> >>>> Delete the part where you remove a field. The drawback is that you need >>>> to know the new title. >>>> >>>> Regards >>>> >>>> FrD >>>> >>>> Le mardi 19 février 2019 09:49:21 UTC+1, Mohammad a écrit : >>>>> >>>>> How is it possible to clone a tiddler without navigation to it? >>>>> >>>>> >>>>> 1. use the tm-new-tiddler >>>>> - issue: open the tiddler in the story river, not good for bulk >>>>> cloning >>>>> 2. use the action action-createtiddler >>>>> - issue: has to iterate over all fields and copy one by one to >>>>> the new tiddler, performance issue not simple >>>>> >>>>> What do you propose? Any better solution? >>>>> >>>>> Ref: TonyM: >>>>> https://groups.google.com/d/msg/tiddlywiki/WsiLG2xTViM/DO5NdudQBQAJ >>>>> >>>>> >>>>> --Mohammad >>>>> >>>> -- 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/a8c9e6ae-6233-4dc5-aef8-eee9fffb770e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

