Hello everyone! I'm trying to make a list that has checkboxes and numbered, like this:
1 [ ] mytext 2 [ ] mytext So, I'm using the widgets to get result of something like this: To Do 1 [ ] mytext 2 [ ] mytext Done: 1 [X] mytext (strikethrough) 2 [X] mytext (strikethrough) So I tried the following: <$list filter="[tag[customTag]]"> # <$checkbox> <$transclude/> </$checkbox> </$list> But the markup doesn't work. Is there anyway to achieve this? I'm not picky on the way as long as with works. Thanks in advance. -- 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. For more options, visit https://groups.google.com/d/optout.

