>
> Expecting people to download + install, which often also means that one 
> first has to go get an empty TW, surely diminishes the number of people 
> trying it out. With that said; thank you for creating and sharing stuff!!


It's not as convient as a online demo, but with example tiddlers people 
post here with coding problems-- I d/l the tiddler and import it into 
tiddlywiki . com and experiment with it there.

@Tony

this button (from the wiki I posted screenshots of) hides default tabs 
leaving just user created tabs


\define show-sbartabs()
<$action-setfield $tiddler="$:/state/systabshide" text="unlock" />
<$action-setfield $tiddler="$:/core/ui/SideBar/Tools" tags="$:/tags/SideBar" 
/>
<$action-setfield $tiddler="$:/core/ui/SideBar/More" tags="$:/tags/SideBar" 
/>
<$action-setfield $tiddler="z# utility side tab" tags="$:/tags/SideBar" />
<$action-setfield $tiddler="z Odd Stuff" tags="$:/tags/SideBar" />
\end
\define hide-sbartabs()
<$action-setfield $tiddler="$:/state/systabshide" text="lock" />
<$action-setfield $tiddler="$:/core/ui/SideBar/Tools" tags="" />
<$action-setfield $tiddler="$:/core/ui/SideBar/More" tags="" />
<$action-setfield $tiddler="z# utility side tab" tags="" />
<$action-setfield $tiddler="z Odd Stuff" tags="" />
\end
<$reveal type="nomatch" state="$:/state/systabshide" text="unlock">
<$button actions=<<show-sbartabs>> class=<<tv-config-toolbar-class>> tooltip
="Show system tabs">
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
<span class="svgcolred">{{$:/core/images/locked-padlock}}</span>
</$list>
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"><$text text="hide/reveal tabs"/></span>
</$list>
</$button>
</$reveal>
<$reveal type="match" state="$:/state/systabshide" text="unlock">
<$button actions=<<hide-sbartabs>>  class=<<tv-config-toolbar-class>> 
tooltip="Hide system tabs">
{{$:/core/images/unlocked-padlock}}
</$button>
</$reveal>


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/42db53e3-e372-4005-8ea1-32f409d6963d%40googlegroups.com.

Reply via email to