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/546068a9-eabd-4f03-9706-a71044e99136%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to