Hi there,
I have to reactivate this.
I’ve edited the shadow tiddler $:/core/ui/Buttons/edit and added a
reveal widget:
<$list filter="[all[current]tag[locked]]">
<!-- THE CORE BUTTON CODE -->
</$list>
<$list filter="[all[current]!tag[locked]]">
<$reveal type="match" state="$:/_secret" text="my-secret">
<!-- THE CORE BUTTON CODE -->
</$reveal>
</$list>
First thing is: It’s a bit ugly to have the same code twice, but I didn‘t get
to write a syntax like „If (locked) then {} else {}“
Second thing is:
Now 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“ (which cannot
be, since they are missing tiddlers …)
Any hints again?
Von: [email protected] [mailto:[email protected]] Im
Auftrag von Tobias Beer
Gesendet: Dienstag, 29. September 2015 17:48
An: TiddlyWiki <[email protected]>
Cc: [email protected]
Betreff: Re: [tw] Re: [TW5] How to protect single tiddlers from editing by
password
Hi Jonathan,
you mean "[all[current]!tag[locked]]" (tag, not tagging), right?
That's right, using the tagging filter for that purpose only works like so...
<$list filter="[all[current]]-[tagging[locked]]">
<!-- only show when not tagged "locked" -->
</$list>
But it's not as efficient as using the tag filer, so... ;-)
How do i prevent my login tiddler of getting saved, so that the wiki
starts with an empty input field in the login tiddler, even if the
password was entered before the last saving?
Revisit 3)
<https://groups.google.com/d/msg/tiddlywiki/07WVZmjsopE/zWa7_aKZBAAJ> up above
again...
Best wishes,
— tb
--
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]
<mailto:[email protected]> .
To post to this group, send email to [email protected]
<mailto:[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/f370e529-a580-4255-8e5d-a892224b069c%40googlegroups.com
<https://groups.google.com/d/msgid/tiddlywiki/f370e529-a580-4255-8e5d-a892224b069c%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
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/012e01d11ccd%2453661f10%24fa325d30%24%40wolke7.net.
For more options, visit https://groups.google.com/d/optout.