Hi Joshua

Your example can be simplified a little. The filter operator
`[question{!!question}]` selects all the tiddlers whose question field
matches the question field of the current tiddler. It can be replaced by
`[is[current]]`.

Otherwise, the answer is pretty much as you inferred:

<$list filter="[tag[question]sort[title]]">
<$view field="title"/> - <$view field="text"/>
<$list filter="[is[current]tagging[]]">
</$list>
</$list>

Best wishes

Jeremy




On Thu, Sep 12, 2013 at 5:24 PM, Joshua <[email protected]> wrote:

> This is using TW5. I have created the following nested list using a field
> named "question" and it works well. If I wanted to do this with a tag named
> "question" rather than a field, how would I do that? I'm pretty sure
> "[tag[question]sort[title]]" would be the first list but I don't understand
> the question{!!question} part of the second.
>
> <$list filter="[has[question]sort[title]]">
> <$view field="title"/> - <$view field="text"/>
> <$list filter="[question{!!question}tagging[]]">
> </$list>
> </$list>
>
> Thanks to anyone who can help,
> Joshua
>
> --
> 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/groups/opt_out.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
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/groups/opt_out.

Reply via email to