HI Mark, 

thanks for the help. I've found a way to list all tiddlers that satisfy 
some search criteria and transclude them (piece by piece) into a single 
tiddler (a bit awkward given that I have to query title, subtitle, etc 
individually). However, that is not exactly what I was looking for ;-)

I thought of the search function like something that hides everything on 
the left side of the UI (not sure what that area is called) and only shows 
tiddlers that satisfy the search criteria. I plan to write tiddlers that 
contain some text or tags and I want to add a search function to the right 
that I frequently use with the same parameters.

Best, Stefan. 

Am Montag, 17. September 2018 17:36:51 UTC+2 schrieb Mark S.:
>
> 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/e9824c93-6f7c-4c76-bbaf-35b38fba0604%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to