This is my first post on TiddlyWiki. I'm very new to TiddlyWiki and a
very excited newbie. Many thanks for some very useful tips.

I have seen some discussions on related topics, but they don't seem to
have worked with me.

I want to "lock" some tiddlers to prevent users from editing them. I
also want to have some editable tiddlers elsewhere. Hence I don't want
a "global" solution, but a "local" solution. My idea was to tag
certain tiddlers with  [[LockedTiddler]] and to prevent the toolbar
from appearing in these "locked" tiddlers.

I tried to adapt some lines of code I've seen. I copied the following
into the StyleSheet tiddler. Don't work. What's wrong with the idea?


if (tiddler.tags.contains
('LockedTiddler')).tiddler .subtitle, .tiddler .tagging, .tiddler .tagged, 
.tiddler .toolbar
{
        display:none;
}


Thanks.

--~--~---------~--~----~------------~-------~--~----~
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