Thank you very much for your answer. As an absolute beginner, I must 
probably play around with filters to achieve what I want. I have a quick 
question if you do not mind. I try to list all the Tiddlers that have a 
specific author with :

<$list filter="[field:author[*SomeAuthor*]]">
* <$link to={{!!title}}><$view field="title"/></$link>
</$list>

Things work as expected. However, I expected the following to work when the 
current Tiddler was itself named *SomeAuthor*  and doing the search on 
!!title :

<$list filter="[field:author[!!title]]">
* <$link to={{!!title}}><$view field="title"/></$link>
</$list>

I tried with extra {},or trying  <>, but to my dismiss, I wasn't able to 
make it work, and the answer is probably trivia, shame on me...

-- 
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.

Reply via email to