Mohammad, If you dont want the *full* formula plugin, you can also just use Evan' range operator directly:
http://evanbalster.com/tiddlywiki/formulas.html#%24%3A%2Fplugins%2Febalster%2Fformula%2Ffilters%2Frange.js Diego On Wednesday, June 27, 2018 at 8:06:23 AM UTC-5, Mohammad wrote: > > Jed, BTC > Thank you very much! Both code works for me! > I am learning a lot for this forum! > > I use your code with the *concatenate* macro from Tobias Beer and now I > can create any number of tiddlers (slides) by one click > in my Tiddlyshow application with names like Lec01-slide01, Lec01-slide02, > Lec01-slide03, ..... Lec01-slide99, ... > > Thank you again! > > I would be great if these solution could be documented / stored somewhere > for future use. > > Best > Mohammad > > On Wednesday, June 27, 2018 at 4:43:32 PM UTC+4:30, BurningTreeC wrote: >> >> Hi Mohammad, >> >> I just add how I create such lists: >> >> Look at this tiddler >> <http://muritest.tiddlyspot.com/#%24%3A%2Fplugins%2FBTC%2Ftiddly-touch%2Flists%2Fnumbers> >> ... >> it stores all integer numbers from 1 to 9999 in its list field >> >> I just do: >> >> <$list filter="[list[mynumbertiddler]limit[mylimit]]"> >> do something >> </$list> >> >> There's also Evan Balster's formula plugin which allows creating ranges! >> >> <$list filter="[range[99]]"> >> do something >> </$list> >> >> >> -- 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/7525e87d-cbaa-47d9-aa0b-c162fb83139d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

