I wasn't interested in filtering, as much as I was in the displaying of the
filtered results. Your modification doesn't actually help me with the
translcusion, only generating the list.
That being said, ListItemTemplate does control the display behavior, and
thanks for showing me that.
My solutions was as follows:
Clone the shadow Tiddler $:/core/ui/ListItemTemplate, and replace with:
<div class="tc-menu-list-item">
<$link to={{!!title}}>
<$view field="title"/>
(@@color:grey;font-size:.75em;<$view field="caption"/>@@)
</$link>
</div>
Modify TagTemplate to use ListItemTemplate-caption instead of the regular
one:
$list filter="[all[current]tagging[]]"
template="$:/core/ui/ListItemTemplate-caption"
On Saturday, March 21, 2015 at 1:27:15 AM UTC-7, Odder wrote:
>
> Hello Edwin,
>
> you use list-filter like this
>
> <$list filter="[tag[tagname]!has[draft.of]]"
> template="$:/core/ui/ListItemTemplate"/>
>
> or shorter
>
> {{{ [tag[tagname]] }}}
>
>
> regards
> Odder
>
>
> Am Freitag, 20. März 2015 19:51:04 UTC+1 schrieb E. Epstein:
>>
>> Hello,
>>
>> When a tag is clicked on a Tiddler it creates a drop down list of all
>> Tiddlers with that tag. I would like to transclude an additional custom
>> field from those Tiddlers to display in the dropdown list.
>>
>> I've spent some time trying to tear it apart, but could anyone give some
>> direction on where I can find the shadow Tiddler that can control that
>> behavior? It should be a very simple transclude operation AFAIK?
>>
>> Sincerely,
>>
>> Edwin A Epstein, III
>> n1n2.solutions
>> 702.575.1980
>> n1n2.solutions
>>
>>
--
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.