Hi Thomas, hi all... I am still searching a way to create multiple Tiddlers by iterating different numbers to extract numbered slices from a tiddler. At least I managed to update my TW so that you can see my experiment which is alas not working yet: http://slidesnstories.tiddlyspot.com/#slidesfromslices:slidesfromslices%20SourceTiddler
Help is very Welcome Best wishes Jan Jan Johannpeter <[email protected]> schrieb am Mi. 8. Feb. 2017 um 19:24: Hi Thomas, You are right. Obviously updating didn't work. My internet is down to snailspeed at the moment. I will be able to update by Friday.You could copy the text into the nonexisting tiddler so long. Best wishes Jan \define nextsl() <$list filter='[list[$:/StoryList]after{$:/HistoryList!!current-tiddler}[search:text[sli1]]'>{{!!title}}</$list> \end \define slicetext(number) <<slice $(next)$ $(number)$>> \end <$button> <$set name="next" value=<<nextsl>>> <$set name="text" value=<<slicetext>>> <$list filter='[title[$(next)$][search:text[sli$(number)$]]'> <$fieldmangler> <$action-setfield $tiddler="$:temp/Slide/$(number)$" text=$(text)$/> </$fieldmangler>create slide tiddler 1 </$list> </$set> </$set> </$button> Thomas Elmiger <[email protected]> schrieb am Mi. 8. Feb. 2017 um 10:42: Hi Jan, just a quick hint from my phone: Is the link to your example working? Maybe you should update and expand the test content? All the best! Thomas -- 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/06b2d249-6744-48c2-9619-99de196dbb7e%40googlegroups.com . For more options, visit https://groups.google.com/d/optout. -- 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/CALdpFy2gyk2iw%3DG_et4aVeCZh-EqkN%3D_WpC3LDgQdc5xbBCOhA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

