Thank you both! will try your suggested solutions out. On Monday, September 7, 2020 at 4:21:59 AM UTC-4 TW Tones wrote:
> 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/41db9de9-dd90-4b5e-96ee-be45a28074fen%40googlegroups.com.

