Hi, On Monday, July 31, 2017 at 1:30:27 AM UTC+2, RunningUtes wrote: > > I'd like to use the hider function, bu am not sure how to hide other > buttons that are visible from plugins. Currently, the chevron-left and > chevron-right buttons are visible from the SideEditor plugin. How do I > tweak the hider code to turn off these buttons? > > > On http://sideeditor.tiddlyspot.com/, the following code did the trick for me:
<$action-setfield $tiddler="$:/plugins/TWaddle/SideEditor/Button" tags="-$:/tags/ViewToolbar"/> This code made the button reappear: <$action-setfield $tiddler="$:/plugins/TWaddle/SideEditor/Button" tags="$:/tags/ViewToolbar"/> Cheers, Stef -- 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/1f377088-170b-49d7-a6c6-c2f3956fc9df%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

