The left side is known as the story river (I think). It's where the open
tiddlers appear. You can change what tiddlers appear by modifying the
$:/StoryList.
Here's an example:
<$list filter="[search{$:/temp/search}limit[6]]">
<$view field="title"/><br/>
</$list>
<$button>''Open in story river?''
<$action-listops $tiddler="$:/StoryList"
$filter="[search{$:/temp/search}limit[6]]"/>
</$button>
I've deliberately limited the number of tiddlers that will open to 6,
because you could pretty much hang your browser if you put in a request
that opens all your tiddlers. It uses the contents of the standard search
field for input.
Be sure to have a backup before trying this.
Good luck
-- Mark
On Monday, September 17, 2018 at 9:28:42 AM UTC-7, Stefan Waldherr wrote:
>
> 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/c1f4e7b7-3243-4835-8efa-52333bb4ce52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.