Logan If you use actioncreate tIddler you can set a base title. If the tiddller already exists it increments a number in the title.
You can even retrive the title that was created. Regards Tony On Monday, 7 September 2020 at 02:02:15 UTC+10 [email protected] wrote: > Hi all, > > I've spent the past couple days trying to optimize my wiki for when school > starts. > > I have created a "New Tiddler" button to press for each new lecture of a > given class; I have designed it such that the requisite course tags/fields > are filled every time a new tidier is created. > > I am wondering if there is some way to automate the date in the *title* > of the tiddler? Or would it be possible to have a title such as > "Lecture#(x)" in which every click increases x by 1? I have provided the > code below: > > <$button> > <$action-sendmessage $message="tm-new-tiddler" > title="" > tags= "[[IntrotoPolySci]]" > year=<<now "YYYY">> > month=<<now "MMM">> > day=<<now "DD">> > /> > New Lecture > </$button> > > Thanks! > -- 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/dc87e561-96c7-47ae-a26b-9e722a39f93cn%40googlegroups.com.

