Maybe something in
http://configsfields.tiddlyspot.com/
can be used.
Separately, for TW5, I found a plugin that allows me to password protect
> individual tiddlers but it prevents it from being read. Is there any way to
> password protect specific tiddlers such that the single tiddler cannot be
> edited? I don't really care if it is not secure.
>
Not password protected but you can hide the edit button, by tagging the
tiddler with a certain tag, e.g "noedit" and then make a stylesheet tiddler
like so
title: $:/mystylesheet
tags: $:/tags/Stylesheet
text:
.tc-tagged-noedit .tc-image-edit-button {display:none;}
Note that you, yourself, will also not access the edit button then. But if
you edit the stylesheet you'll get it back, and you can relatively easily
make a toggle using my just released toggle macro to set the values "none"
and "inline" in some field and then have that last line instead read
.tc-tagged-noedit .tc-image-edit-button {display:{{yourtoggletarget}}; }
Note you must also set the type of the stylesheet tiddler (i.e the dropdown
just below the editor field) to be for TW5, in order for the stylesheet to
understand this.
<:-)
--
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/04dcd303-fa45-4924-b965-4138c2254d79%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.