1) create a tiddler, e.g [[noedit_stylesheet]], tagged with $:/tags/Stylesheet, containing:
.tc-tagged-noedit .tc-image-edit-button { display:none; }
2) edit any desired tiddler, add the tag "noedit", press "done" (the checkmark button)
Note: after you add the tag and press done, you won't be able to edit that tiddler anymore, so you won't be able to remove the tag you just added. To edit "locked" tiddlers, you will need to disable the stylesheet definition (by removing the $:/tags/Stylesheet tag from the stylesheet definition tiddler). Here's a quick checkbox that will toggle the stylesheet tag for you:
<$checkbox tiddler="noedit_stylesheet" tag="$:/tags/Stylesheet"> toggle "noedit" </$checkbox>
enjoy,
-e
Eric Shulman
TiddlyTools.com - "Small Tools for Big Ideas!" (tm)
InsideTiddlyWiki: The Missing Manuals