That is a very useful example. Not only does it do something similar to what I want to accomplish, it has an approach that may be useful to my use case. Thank you. And thanks to the example's creator for their good work.
Merv On Friday, February 26, 2021 at 7:39:02 PM UTC-7 [email protected] wrote: > G'day, > > Sneak a peek at these tiddlers and see if there is some code of use to you: > > - Facts Explorer > > <https://tifoist.neocities.org/CJ_TIFOIST_BIS_PROTOTYPE_V2.html#Facts%20Explorer> > > (find the "New" button, which calls the NewFact macro) > - Tifoist Macros > > <https://tifoist.neocities.org/CJ_TIFOIST_BIS_PROTOTYPE_V2.html#Tifoist%20Macros> > > (here you'll find the NewFact macro) > - The code of interest: <$vars NewFactId={{{ > [tag[fact]removeprefix[Fact-]maxall[]add[1]pad[6,0]addprefix[Fact-]] > }}}> > > Cheers ! > > On Friday, February 26, 2021 at 10:10:02 AM UTC-4 [email protected] wrote: > >> I need the ability to create sequentially numbered tiddlers. In other >> words, a button that creates a new tiddler with the following pattern. >> <<blankname>><<paddednumber1>>. The next number in the series would have >> <<blankname>><<paddednumber2>> and so on. The title cannot contain any >> spaces. >> >> I am not a whiz, but I have been using Tiddlywiki for a number of years, >> so I have the capability to do basic coding. Does anybody have any ideas? >> >> Merv >> > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/2caf54d1-ee79-46a9-8bc6-9ecd0aac4f19n%40googlegroups.com.

