\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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJZFpJ2z3nrZCdmzjO6Nqfm0E6fqLs0%2BQSe%2BwR165MvmzQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/BLU436-SMTP2571875D8B3C46CAE45AE3FCEF30%40phx.gbl.
\define colname()column<$count filter="[tag[Column]]"/>\end
<$button>+<$action-setfield $tiddler=<<colname>> tags="Column"/></$button>Could anyone propose an alternative solution? Anything that works would be ok for me. I just want to add new tiddlers without having them be displayed.
I also tried this, but it did not work neither:\define colname()column<$count filter="[tag[Column]]"/>\end<$button>+<$action-setfield $tiddler=<<colname>> tags="Column"/></$button>
--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/5b9d2571-b844-4ad8-bcc8-57fcd3c49f42%40googlegroups.com.