I like to provide people with a bad answer, so that others will have
the incentive to jump in with the right one ;-) Its possible this
solution is not the best.

If you load TaggedTemplateTweak from tiddlytools.com, then after
saving and reloading you should be able to copy the contents of your
ViewTemplate tiddler into a tiddler readonlyViewTemplate .

In this new template, change the toolbar line, by taking the
ToolbarCommands section and replacing it with the actual contents of
TollCommands::ViewToolbar. So you might be changing this:

<div class='toolbar' macro='toolbar
[[ToolbarCommands::ViewToolbar]]'></div>

to this:

<div class='toolbar' macro='toolbar closeTiddler closeOthers
+editTiddler > fields syncing permalink references jump'></div>

What you see may depend on your TW model and version. Now delete the
+editTiddler macro command, so that that line looks like:

<div class='toolbar' macro='toolbar closeTiddler closeOthers > fields
syncing permalink references jump'></div>

By the way, if Google Groups wraps these lines, fix them.

Ok, now any tiddler that you tag with 'readonly', will not offer the
'edit' option.

If you ever have to go back and re-edit readonly tiddler, you can
temporarily rename readonlyViewTemplate to something else, edit the
tiddler, and then rename again.

HTH
Mark


On Dec 21, 8:58 am, "Linck Atlanta, Ga" <lschl...@gmail.com> wrote:
> Is there a way to have some tiddlers read only while others are able
> to be edited?

--

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


Reply via email to