Can anybody help me with the following code? I would like to add a third column in the end, but I am stuck just getting two to work...
\define tagtable(primary) <table> <tr><th>Primary</th><th>Secondary</th></tr> <$list filter="[tag[$primary$]sort[]]" variable="ColA"> <tr> <td><$link to=<<ColA>>><<ColA>></$link></td> <td> <$list filter="[tag[<<ColA>>]sort[]]" variable="ColB"> <$link to=<<ColB>>><<ColB>></$link> </$list> </td> </tr> </$list> </table> \end <$macrocall $name="tagtable" primary='Contents'/> -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c25ac8ff-44a0-411b-b6f0-3b32726a6645%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

