Part 1

<$list filter='[list[!!myfield]]'>

* {{!!title}}

</$list>


Part 2

<$list filter='[<currentTiddler>listed[]]'>

* {{!!title}}

</$list>



HTH
Mark


On Wednesday, July 12, 2017 at 8:01:43 AM UTC-7, Matt wrote:
>
> Hello
>
> I have been posting a lot recently but I have two more questions that I 
> hope someone would be able to help me with.
>
> 1.
>
> As an example the custom field "field1" has entries 
> [[Tiddler 1]] [[Tiddler 2]] [[Tiddler 3]]
>
> I have list filter that displays the entries in "field1" for the current 
> tiddler.
>
> <$list filter='[all[current]]'>
> {{!!field1}}
>
> </$list>
>
> This works as I want except the links are displayed next to each other 
> instead of vertically.
>
> How can I get them to display vertically?
>
>
> 2.
>
> In the tiddler "Tiddler 1" I wish to display all the other tiddlers that 
> contain its title as an entry in their "field1" field.
>
> I have tried the following
>
> <$list filter='[field:field1<currentTiddler>]'>
>
> This doesn't seem to work at all.
>
> Any help would be much appreciated.
>
> Matt
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9f76699b-fd42-4828-a2fd-2f00e5ea91b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to