It would help to see what code you have been looking at. In general, most
<$list> widgets with search just use <<currentTiddler>> to display the
title. But you can display the contents as well by using the transclude
widget. This works, but be warned that if you use it at tiddlywiki.com the
display of contents will slow your browser down:
<$list filter="[search{$:/temp/search}]">
<<currentTiddler>><br/>
<$transclude tiddler=<<currentTiddler>>/>
</$list>
HTH
-- Mark
On Monday, September 17, 2018 at 1:57:09 AM UTC-7, Stefan Waldherr wrote:
>
> Hi,
>
> please bear with me if this has been asked before (I'd appreciate a link).
> I like to search all my tiddlers with some criteria (e.g. contains X and is
> tagged Y) and the result is displayed on the left.
> By result I mean only the tiddlers that satisfy the search criteria are
> displayed (full content), all others are hidding. So far I've found
> numerous examples to construct lists, but those lists only contained titles
> but no content. This is probably trivial for an advanced user but not for a
> newbie ;-)
>
> Thanks, Stefan
>
--
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/824daf08-dab3-4652-88fe-3650a0d3d4d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.