Ok, found the problem.

For me, it is that I have a custom ViewTemplate and the
TiddlerEncryptionPlugin modifies the shadow tiddler - it does not look
to see if there is a non-shadow ViewTemplate tiddler.

This will teach me to test my plugin in an empty.html.

To fix it for you (till I release a fix), setup your toolbar in
ViewTemplate to look similar to this...

(div class='toolbar' macro='toolbar collapseTiddler collapseOthers
closeTiddler closeOthers decryptThis +editTiddler intelliTagsEdit >
fields syncing permalink references jump ')(/div)

(I replaced angle brackets with brackets - in case Google removed
them)

In my case, I have intelliTagsEdit there as well, but the important
thing is the word decryptThis (case sensitive) - you can place it
anywhere you like, but I place it immediately before the +editTiddler.

Sorry for the mix up.

...Lyall


On Oct 7, 10:17 am, Lyall <[EMAIL PROTECTED]> wrote:
> I too am not seeing the decrypt button in the toolbar, whilst at work,
> using Windows and FF3.
>
> I develop on Linux using FF2 and it worked fine there. I will report
> back when I spot the compatibility issue.
>
> All the changes I have made are backward compatible - you can switch
> between version 2 and 3 with no issues there.
>
> The hard part, when moving from 2 to 3 is using the form - it really
> made things complicated - when the 'accept()' function call was so
> easy - all to obscure the password.
>
> I will post again when I figure out what is going on. Don't worry, I
> use this plugin myself, extensively (I have over 100 tiddlers that are
> encrypted) so it's in my interest to get this working properly.
>
> Don't forget the 'DecryptAll' button in the TiddlerEncryptionPlugin
> documentation - I have put that button in my mainMenu for ease of
> access.
>
> ...Lyall
>
> On Oct 7, 7:22 am, PJO <[EMAIL PROTECTED]> wrote:
>
> > Thanks for fixing the older version. I had already updated TiddlyFolio
> > to 3.1.1 but I wasn't so keen on the ease of losing data and I added a
> > warning note, hopefully temporarily, but this now seems to be stepping
> > out of the frying pan if you'll pardon the expression.
>
> > With TW 2.4.1 there is no decrypt option I can see, and it's not
> > because there's nothing encrypted; I tested
>
> > The MainMenu for TiddlyFolio has a macro with
>
> > <<EncryptionDecryptAll "Decrypt All" "Make all items searchable"
> > "Encrypt(TiddlyFolio)">>
>
> > which no longer works.
>
> > Even more confusing, the Checkbox for encrypted items is cleared when
> > after saving and reloading. Changing Encrypt( to Decrypt( on the tags
> > fixes but making a corresponding change to Decrypt All didn't decrypt.
>
> > You didn't change the tagging so that this would break any existing TW
> > with encrypted tiddlers if plugged in?!
>
> > Well, no problem as long as we know.
>
> > I'm wondering if it might be best for me to go back to the previous
> > version now that the length bug is fixed but
>
> > a) I recall you also introduced a seemingly useful check against
> > potential problems from multiple passwords
>
> > b) I like what you tried to do with decrypt button on each tiddler and
> > I thought you'd hinted at a way of making it work by removing the edit
> > button.
>
> > However, I find the extra complications already alarming, having lost
> > data. On balance a single password for all encrypted tiddlers is
> > better than losing data.
>
> > Any issues with the previous version and the latest TW?
>
> > On Oct 6, 4:55 pm, BarryS <[EMAIL PROTECTED]> wrote:
>
> > > Hi Lyall,
>
> > > As with FND I am not seeing the 'decrypt' button at all.
> > > The tag for my tiddler has been changed from 'Encrypt(X)' to
> > > 'Decrypt(X)'.
> > > The contents of the tiddler is 'Encrypted(string of numbers and
> > > letters)' followed by a shorter string of numbers and letters.
> > > But no 'Decrypt' button anywhere, either in the body of the tiddler or
> > > on the toolbar.
> > > I am using TW version 2.4.1
>
> > > Regards
> > > Barry
>
> > > On 6 Oct, 14:03, FND <[EMAIL PROTECTED]> wrote:
>
> > > > > If you are using a core version of less than 2.4, the toolbar button
> > > > > does not work
>
> > > > I was running 2.4.0, and just upgraded to 2.4.1.
>
> > > > > The decrypt button only shows up if there is a tag "Decrypt(" in the
> > > > > tags list.
>
> > > > My Dashboard - which is part of DefaultTiddlers - is tagged with
> > > > "Decrypt(secret)", and there's no sign of a Decrypt toolbar command.
> > > > Same for all other encrypted tiddlers.
>
> > > > > Regarding regex, true enough - but that code is only executed once, on
> > > > > tiddlywiki startup, so I am not concerned.
>
> > > > Yep - just thought I'd mention it.
>
> > > > > I think I need to spend a bit of time re-factoring the plugin, in line
> > > > > with current practices - I cannot say I am hugely happy with how it
> > > > > has 'grown'.
>
> > > > I know the feeling...
>
> > > > -- F.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to