I have a list with checkboxes in a tiddler named "Note 1":

<$list filter="[tag{!!title}]" >
<$checkbox tag="Note type 1" > <<currentTiddler>>
</$checkbox>
</$list>

It is a list of all notes of type  1.

When I add new note type  I have to copy the code and change the tag 
parameter to the name of the new note type.
In order to use templates I need that the tag parameter is variable.

The question: How can I put in the tag parameter the tittle of the tiddler 
instead a static string? 
Something like <$checkbox tag=<<currentTiddler>> > or 
<$checkbox tag={{!!title}} >


-- 
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/6816a917-8c04-43d2-a5ba-1f0305913a31%40googlegroups.com.

Reply via email to