Does anyone know how I can expand on this? I am trying to include multiple
fields in this filter.
```
<ul>
<$list filter="[<currentTiddler>fields[]prefix[FIELDNAME]]"
variable="thisfield">
<li><$transclude field=<<thisfield>>/></li>
</$list>
</ul>
```
What I really would like to do is something like this:
```
<ul>
<$list filter="[<currentTiddler>fields[]prefix[FIELDNAME]]"
variable="thisfield">
<li><$transclude field=<<thisfield>>/>
\variable 2
\variable 3
\variable 4 - also, one of these needs to be a link.
</li>
</$list>
</ul>
```
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/e660d21b-7cb4-47d7-87ef-4bfe2a945f44n%40googlegroups.com.