Answering my own question thanks to 
https://groups.google.com/d/topic/tiddlywiki/PPcsCZkEyD4/discussion

When including InlineJavascriptPlugin from TiddlyTools, something like this 
works:

{{wrapper{<<tabs
    "Public tab" "Public things" PublicStuffListTiddler
    "Private tab" "Private things" PrivateStuffListTiddler
>><script> if (readOnly) place.style.display="none"; </script>}}}
{{wrapper{<<tabs
    "Public tab" "Public things" PublicStuffListTiddler
>><script> if (*!*readOnly) place.style.display="none"; </script>}}}

So not really hiding individual tabs, but providing different public and 
private tab*sets* altogether.

Kosmaton

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to