On Thursday, April 7, 2016 at 1:35:17 PM UTC-7, Andrew wrote:
>
> Is there a way to do:
> <$view field='caption'><$view field='title'/></$view>
> using some kind of modifed version of
> {{{ [list[$:/TiddlerNameWithListField]] }}}
> ???
> The transclusion lists all the titles that are in the list field but what 
> I want is IF the title listed has a caption, show the caption instead of 
> the title but still have the final output sorted.
>

To get custom output from a filter, use the $list widget.  Something like 
this:

<$list filter="[list[$:/TiddlerNameWithListField]]">
   <$view field='caption'><$view field='title'/></$view>
</$list>

enjoy,
-e

-- 
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 post to this group, send email to [email protected].
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/07cade0f-a1ae-40a4-a877-dbd552310f9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to