BJ !!

Awesome

Exactly what I needed in functionality 
I'll see if I can "tart it up" a little.
Will send you a copy of the first version I deploy

thanks - much appreciated !!!!   JN


On Tuesday, October 11, 2016 at 11:59:21 PM UTC+11, BJ wrote:
>
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/68ac135f-2298-4243-9de5-7cba31bf6517%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to