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/3174e1b2-a076-45e9-b058-1e273aa7bb24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to