Josiah, 

>
>
> IF there were a setting included to hide Advanced Search buttons then it 
> would make it harder to find it. 
>
> *What would the setting be for that? *
>
> I think you could remove the following sections from 
"$:/core/ui/SideBarLists":

<$button tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} 
aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} 
class="tc-btn-invisible">
<$action-setfield $tiddler="$:/temp/advancedsearch" 
text={{$:/temp/search}}/>
<$action-setfield $tiddler="$:/temp/search" text=""/>
<$action-navigate $to="$:/AdvancedSearch"/>
{{$:/core/images/advanced-search-button}}
</$button> 

<$button to="$:/AdvancedSearch" 
tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} 
aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} 
class="tc-btn-invisible">
{{$:/core/images/advanced-search-button}}
</$button>

However, I found no easy way to toggle this setting. As a quick fix, you 
could include a link to "$:/AdvancedSearch" in your "Hide" tiddler, or you 
could transclude the "Advanced Search" tiddler in order to be able to use 
the feature again. 

Cheers, 

Stef

-- 
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/3a6cc711-23da-4e2d-978a-49c580d0c7f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to