Hi
Place this code into a tiddler:
\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"/>
{{$:/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>
</table>
Click the + button -- the sidebar tabs can then be toggled.
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 [email protected].
To post to this group, send email to [email protected].
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/e0881a4d-1430-4ccf-bc37-7bbb98849b44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.