I was trying to create a dynamic list containing a list of all tiddlers 
containing the current tiddler as a member of the field project.

I am in tiddler "B B" that carries the following code:

<ul>
    <$list filter="[project[<<currentTiddler>>]]">
        <li><$link /></li>
    </$list>
</ul>

Another tiddler "D D" has [[A A]] and [[B B]] in participants.

So, ideally, "D D" should show up in my "B B" tiddler. But it doesn't.

How do I set things right?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/99460122-a4b4-459c-a202-96d7d7ccf9cen%40googlegroups.com.

Reply via email to