Yeah, perfect, thanks Jed. One thing I had to do was assign a variable to the inner list in order to show the field value. If I *wanted* to sort (I don't right now) - would that be possible?
<$list filter="[is[current]fields[]]-text-title-tags-creator-created-modifier-modified-type-bag-revision-draft.title-draft.of" variable=currentField> <$list filter='[is[current]get<currentField>prefix[first]]' variable="innerListField"> <<currentField>> <$view field=<<currentField>>/> </$list> </$list> Thanks again. On Thursday, 18 August 2016 16:25:28 UTC+1, Jed Carty wrote: > > You can make the filter without the regexp which may be a bit nicer. You > can do something like this; > > > [is[current]fields[]]-text-title-tags-creator-created-modifier-modified-type-bag-revision-draft.title-draft.of > > sorting based on field values can be a pain. You can control visibility by > something like this: > > <$list > filter="[is[current]fields[]]-text-title-tags-creator-created-modifier-modified-type-bag-revision-draft.title-draft.of" > > variable=currentField> > > <$list filter='[is[current]get<currentField>prefix[1]]'> > > <<currentField>> <$view field=<<currentField>>/> > > </$list> > > </$list> > > The prefix and suffix filters can be much more powerful than they > initially seem. Also note that this will check all the fields (aside from > the removed ones) for the value. > > If you only want to list tiddlers that have a field foo with a value bar > it is much simlper you can just do: > > <$list > filter='[is[current]foo[bar]fields[]]-text-title-tags-creator-created-modifier-modified-type-bag-revision-draft.title-draft.of' > > variable=currentField> > > <<currentField>> <$view field=<<currentField>>/> > > </$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 [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/e5348234-9a3d-47b3-88e1-c2928bbee7f5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

