Yes I mentioned it in my parent post and pasted the code verbatim. What i'd like to be able to do in the absence of just being able to place a checkbox (which throws an error) is to go one further than the example - so that the filter will get all tiddlers that have the tags "task" and the tag "CurrentTiddlyName".
So in that example, if I put the filter as: <$list filter="[!has[draft.of]tag[task]tag[TaskManagementExample]!tag[done]sort[created]]"> Then we're good, but I won't be able to copy and paste that over to another Tiddly without editing it, so I want to do this but I'm not sure if I'm doing it correct - <$list filter="[!has[draft.of]tag[task]tag[<$view field="title"/>]!tag[done]sort[created]]"> ...which embarrassingly has worked after I properly closed the <$view field="title"/> with a forward slash! So, problem solved! It would still be nice to know if there's a way to just insert a checkbox into a tiddly that does nothing except remember if it's been ticked or not.... On Wednesday, 4 June 2014 20:43:18 UTC+1, Stephan Hradek wrote: > > You did see http://tiddlywiki.com/#TaskManagementExample ? > -- 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.

