On Wednesday, July 27, 2016 at 9:32:15 PM UTC-7, John Newell wrote:
>
> I am in the final production stage of the (tw) eBook SpiritualQuest and I 
> need to remove the Search Box.
> I have used the ReadOnly format ( with many thanks to Ton Gerner) to great 
> effect 
> but the search box is redundant as I have other navigation in play WITHIN 
> each tiddler.
>
> What is the best (simplest, please)  way to remove it?
>

The sidebar search AND the tabbed lists below it are defined the 
$:/core/ui/SideBarLists shadow tiddler

*Most* of the content in that tiddler is for the search handling.  What 
remains is for the tabbed lists.  You can remove the search stuff, leaving 
just this:

<div class="tc-sidebar-lists">
<$macrocall $name="tabs" 
tabsList="[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]" 
default={{$:/config/DefaultSidebarTab}} state="$:/state/tab/sidebar" />
</div>

enjoy
-e
Eric Shulman
TiddlyTools / ELS Design Studios

-- 
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/647b36e0-d93c-4a7c-ac13-e851686799b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to