This alwasy gets hard for me.

I'm trying to create new tiddlers, with consecutive names without opening 
them for editing. To do so I'm using the setfield widget.
Here is my approach that is not working. It only renders the button with 
the widget declaration as text.

Any idea?


\define colnumber()
<$count filter="[tag[Column]]"/>
\end

\define colname(number)
<$button>+
<$action-setfield $tiddler="column$number$" tags="Column"/>
</$button>
\end 


<$macrocall $name="colname" number=<<colnumber>>/>


<$list filter="[tag[Column]]">
<$edit-text tiddler={{!!title}}/>
</$list>


-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/eb256508-eb80-46fe-82dd-ed75de053a74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to