Pretty old post ;)
You could also here remove $:/tags/SideBar from tiddler sidebar tab if you
don't want this tabs, or add your's.
Cheers,
Le samedi 21 mai 2016 20:51:37 UTC+2, Miguel Bartelsman a écrit :
>
> You can use CSS display & visibility options.
>
> - visibility:hidden; will make the objects invisible but they will
> remain there. Useful if the element has a child you want to see (like the
> search bar)
> - display: none; the object won't be rendered, and you won't be able
> to render children elements either.
>
> Create a tiddler, tag it with $:/tags/Stylesheet
> Use developer tools (F12 on chrome) to find which classes you need to hide
> Add the classes with the appropriate properties
> .something {display:none;}
> .something-else {visibility:hidden;}
>
>
>
> On Thursday, 11 June 2015 03:24:29 UTC-5, Juan Don wrote:
>>
>> Hey guys.
>>
>> I'm using TW5 and i want to hide everything of the whole sidebar except
>> the search bar (i want to Reposition it).
>>
>> Is there a Plugin or a shadowtiddler to do something like this ?
>>
>
--
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/301f8d14-a0e7-43fa-978b-7798520d64fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.