I want to customize how search results are shown in $:/core/ui/SideBarLists

Is it worth moving this part below to something 
like $:/core/ui/SearchResults

<div class="tw-search-results">

{{$:/language/Search/Matches}}

<$list filter="[!is[system]search{$:/temp/search}sort[title]limit[250]]" 
template="$:/core/ui/ListItemTemplate"/>

</div>


but have $:/temp/search and $:/core/ui/ListItemTemplate be set via some 
sort of variable? (Is this possible?)

Then in $:/core/ui/SideBarLists I could transclude 
$:/core/ui/DefaultSearchResults which would subsequently transclude 
$:/core/ui/SearchResults with the default values or I could overwrite it 
with my own custom version.

Ideally I don't want to have to customize $:/core/ui/SearchResults just to 
change how search results are rendered.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to