[tw5] Dynamic list with tiddler names containing a space

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:

    <$list filter="[project[<>]]">
  • <$link />

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?

Hi @Sandip_Deshmukh

first of all, the filter syntax to insert a variable is the following:

<$list filter="[project]">

</$list>

note that it doesn’t use the [ ] and << becomes < and >> becomes > within a filter expression

BurningTreeC, Thanks.

But the filter syntax you have provided does not produce any results.

Any other ideas?

But the filter syntax you have provided does not produce any results.

IMO your variables are different. You wrote there is a tag project and the filter uses it.

Then your wrote

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

Here you use participants. … Which is not used in the filter. So it doesn’t do anything.

just a guess
-mario

Thanks, Mario.

That was an error. It should have been the same field in both the places.

Frankly, I am kind of overwhelmed with a lot of things in tiddlywiki. And being a newbie, finding it is a bit difficult to cope up.

I am very near to achieving what I wanted to. But because Google Groups does not allow me to change the earlier message, I will post a new conversation.

Please bear with me.

Sandip,

Come over and try Discourse and continue the conversation there, you can edit posts there.

I understand that tiddlywikis flexibility and some of its quirks seem overwhelming in the early days but it is very rewarding in the long run. A Good investment in time.

Tones

1 Like