Thanks Eric, That is most of the way, the toggle hides the image (rather than the button) so I am left with a small circle (perhaps because I choose the buttons with boarders) that looks like this
<https://lh3.googleusercontent.com/-A5S5YY_i3Lw/WZjxKsIvxgI/AAAAAAAAKFs/mGPOoqpq7e4TpJ76EX2Ebqgystk8mb2GACLcBGAs/s1600/hideedit.jpg> Which actually would be fine, except I use the Edit Image in the "locked" tiddlers to allow edit of its sub-tiddlers. <https://lh3.googleusercontent.com/-BxJpxaWdqqk/WZjyJ27eY5I/AAAAAAAAKF4/cNmktytVZccAITXo4xwUtnN2c91-R5bcACLcBGAs/s1600/EditSubTiddler.jpg> So using this Hide Button Image I loose these buttons visibility as well. I have also ensured a checkbox toggle of the noedit tag is available in "locked" tiddlers, as I am only trying to obscure not disable edit. This is however a great start and I will go from here unless you know another approach? Thanks Tony On Sunday, August 20, 2017 at 10:04:31 AM UTC+10, Eric Shulman wrote: > > On Saturday, August 19, 2017 at 4:42:53 PM UTC-7, TonyM wrote: >> >> It is the CSS I do not know how to do it. Selective is the key. Thanks >> for validating the approach, but I do not know how to start. >> >> > 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 > > > -- 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/16b0eec5-54bd-4a3e-bab1-7e107905da18%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

