*Tiddlywiki 5.1.20pre*

Assume you want to create tiddlers all tagged with say myTag and have 
unique title with ordinal number.
So


   1. tiddlers have title like myTiddler-1
   2. tiddlers all tagged with myTag

Thanks to Math operator in TW 5.1.20, this is quite simple to implement


\define newTitle() myTiddler-{{{[tag[myTag]count[]add[1]]}}} 
\define newTiddler()
<$action-createtiddler $basetitle=<<newTitle>> tags="myTag" /> 
\end



You can customize this code to do more interesting jobs! 


--Mohammad

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/389488a1-38e3-46f0-9d54-fe0eed66ec10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to