Sorry, this should be part of my last thread

https://groups.google.com/forum/#!topic/tiddlywiki/07WVZmjsopE

In short:

################################

How would I 

*       allow a user to read a special tagged tiddler, but …

*       prevent him from editing this tiddler by …

*       asking for a password when he clicks the edit button, but still keep …

*       the normal behaviour with un-tagged tiddlers.

 

I’m looking for a behaviour just like the „Encrypt single tiddler“ plugin, with 
the only exception that one can read a „encrypted“ tiddler without a password – 
but have to enter the password to enable editing.

################################

 Tobias gave me the following hint:

In $:/core/ui/Buttons/edit :

<$list filter="[all[current]!tag[locked]]">

<!-- only show when not tagged "locked" -->

</$list>

 

Now my code looks like I wrote above and I have the following problem:

 

I do not get a edit button on missing tiddlers when I open the corresponding 
link and want to start editing this tiddler. But I do want to be able to edit 
these Drafts unless they are marked with „locked“

 

Any hints again?

 

 

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/021501d11ec8%2481aa01f0%2484fe05d0%24%40wolke7.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to