Hi

Here is a complete solution:

1. Paste this code into a New Tiddler, rename it to whatever you wish, and 
save.

\define getSideTabs()
<$button tooltip="List SideBar Tabs">
<$action-setfield $tiddler="$:/core/ui/SideBar/More" $field="side-bar" 
$value="tabs"/>
<$action-setfield $tiddler="$:/core/ui/SideBar/Tools" $field="side-bar" 
$value="tabs"/>
<$action-setfield $tiddler="$:/core/ui/SideBar/Recent" $field="side-bar" 
$value="tabs"/>
<$action-setfield $tiddler="$:/core/ui/SideBar/Open" $field="side-bar" 
$value="tabs"/>
<$action-setfield $tiddler="TableOfContents" $field="side-bar" $value="tabs"
/>
<$action-setfield $tiddler="$:/AdvancedSearch" $field="side-bar" $value=
"tabs"/>
<$action-setfield $tiddler="$:/AdvancedSearch" $field="caption" $value=
"Search"/>
<$action-setfield $tiddler="$:/_SideBar/Wiki" $field="side-bar" $value=
"tabs"/>
<$action-setfield $tiddler="$:/_SideBar/Wiki" $field="caption" $value="Wiki"
/>
<$action-setfield $tiddler="$:/_SideBar/Wiki" $field="text" $value="""
<div class="tc-more-sidebar">
<<tabs "[all[shadows+tiddlers]tag[$:/tags/WikiSideBar]!has[draft.of]]" "$:
/core/ui/SideBar/More" "$:/state/tab/wikisidebar" "tc-vertical">>
</div>
"""/>
{{$:/core/images/new-button}}
</$button>
\end




<table>
<tr><th>Toggle Sidebar Tabs</th><th><<getSideTabs>></th></tr>
<$list filter="[field:side-bar[tabs]!has[draft.of]]">
<tr><td><$view tiddler={{!!title}} field="title"/></td><td><span title="Toggle 
Tab"><$checkbox tiddler={{!!title}} tag="$:/tags/SideBar"/></span></td></tr>
</$list>
<tr><th>Toggle ~WikiSidebar Tabs</th><th></th></tr>
<$list filter="[field:side-bar[tabs]!has[draft.of]![$:/_SideBar/Wiki]]">
<tr><td><$view tiddler={{!!title}} field="title"/></td><td><span title="Toggle 
Tab"><$checkbox tiddler={{!!title}} tag="$:/tags/WikiSideBar"/></span></td
></tr>
</$list>
</table>

2. Click the large '+' button to prepare your tabs

3. Check/Uncheck the various tabs to have them appear according to your 
preferences

regards

On Thursday, 10 September 2015 20:48:31 UTC+2, Evan Balster wrote:
>
> I often use TiddlyWiki to create documentation which is used by other 
> people.  It's useful to create a helper tab or two for browsing those wikis 
> or calling up commonly-used information -- but adding those to the four 
> default tabs makes for a rather complicated-looking sidebar.
>
> For the sake of those readers, I like to simplify my wiki slightly by 
> relocating those sidebar tabs which are mainly useful for editing (that is, 
> "Recent", "Tools" and "More") to a "wiki" tab.  Attached is a screenshot of 
> this scheme.
>
> I don't mind making this customization, but it does complicate upgrading 
> my wiki and it feels like something that could be a core feature.  Given 
> that *adding* sidebar tabs is a beginner-level customization 
> <http://tiddlywiki.com/#How%20to%20add%20a%20new%20tab%20to%20the%20sidebar> 
> which does not interfere with upgrading, it seems appropriate that hiding 
> or "collapsing" some of the built-in ones as I have might be similarly 
> facilitated.
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ad1d287b-1ac2-4e30-88d7-5a7bfeb7aece%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to