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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cfd08037-592f-49ae-a858-2a62fe96f405n%40googlegroups.com.

Reply via email to