Hi john,
it part of the tiddler $:/core/ui/SideBarLists:
<$set name="searchTiddler" value="$:/temp/search">
<div class="tc-search">
<$edit-text tiddler="$:/temp/search" type="search" tag="input"
focus={{$:/config/Search/AutoFocus}} focusPopup=<<qualify
"$:/state/popup/search-dropdown">> class="tc-popup-handle"/>
<$reveal state="$:/temp/search" type="nomatch" text="">
<$button popup=<<qualify "$:/state/popup/search-dropdown">>
class="tc-btn-invisible">
<$set name="resultCount" value="""<$count
filter="[!is[system]search{$(searchTiddler)$}]"/>""">
{{$:/core/images/down-arrow}} {{$:/language/Search/Matches}}
</$set>
</$button>
</$reveal>
<$reveal state="$:/temp/search" type="match" text="">
<$button to="$:/AdvancedSearch"
tooltip={{$:/language/Buttons/AdvancedSearch/Hint}}
aria-label={{$:/language/Buttons/AdvancedSearch/Caption}}
class="tc-btn-invisible">
{{$:/core/images/advanced-search-button}}
</$button>
</$reveal>
</div>
<$reveal tag="div" class="tc-block-dropdown-wrapper" state="$:/temp/search"
type="nomatch" text="">
<$reveal tag="div" class="tc-block-dropdown tc-search-drop-down
tc-popup-handle" state=<<qualify "$:/state/popup/search-dropdown">>
type="nomatch" text="" default="">
{{$:/core/ui/SearchResults}}
</$reveal>
</$reveal>
</$set>
all the best
BJ
On Tuesday, October 11, 2016 at 8:25:06 AM UTC+1, John Newell wrote:
>
> Hi.
> Could someone please provide the code that will embed the Search Bar ( box
> ) into a tiddler :
> where the results are live links to the resultant tiddlers?
>
> This is for tw-ebooks / apps and as such will be user/reader access only
> ( That is - "read only" )
> hence why the search box
> and the tiddler links
> need to be in the tiddler
>
> ( as there's no sidebar ) visible to readers.
>
> with thanks in advance....
>
> John
>
--
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/54a5619c-84a3-4a4a-83c4-273826acb8fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.