Am Montag, 13. Januar 2014 13:37:51 UTC+1 schrieb João Bolila:
>
>  in case of want to filter and list the persons in the same town, what 
> is the best approach? 
>
>
Use the list widget. Check again on my site and find this example (indented 
here for readability:

<$list filter="[tag[person]each[town]]">
  ! <$view field="town"/>
  <ul>
    <$list filter="[town{!!town}]">
      <li>
        <$link>
          <$view field="title"/>
        </$link>
      </li>
    </$list>
  </ul>
</$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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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