[tw] Re: Can UploadTiddlerPlugin and EncryptionPlugin work together?

2009-11-10 Thread Alexander Tsvetkov
Thanks for the suggestion. Just tried it but there's no change - it's still not encrypting anything on save. On Nov 10, 1:17 am, Lyall lyall.pea...@gmail.com wrote: Maybe, if you renamed TiddlerEncryptionPlugin to 'ZTiddlerEncryptionPlugin', so that it loads after UploadTiddlerPlugin, that

[tw] Re: Can UploadTiddlerPlugin and EncryptionPlugin work together?

2009-11-10 Thread Lyall
Ok, I have had a quick look at upload. I wrote TiddlerEncryptionPlugin (TEP) quite a while ago. TEP overrides store.getSaver().externalizeTiddler and saveChanges(). saveChanges() is the code that is executed when you click the 'save changes' button. The Upload plugin does not override the save

[tw] Re: Can UploadTiddlerPlugin and EncryptionPlugin work together?

2009-11-09 Thread FND
EncryptionPlugin is wokring fine in my TW locally but not when used along with UploadTiddlerPlugin. What happens, exactly*? I'm not intimately familiar with the internals of either plugin, but don't see why the TiddlerEncryptionPlugin would interfere (it's all just data after all). -- F.

[tw] Re: Can UploadTiddlerPlugin and EncryptionPlugin work together?

2009-11-09 Thread Alexander Tsvetkov
When I use it locally I create a tiddler I want to encrypt, tag it Encrypt(something) and when I click save it asks me for the password of (something) and encrypts it. So when I reopen that TW and click decrypt it will ask me for that password. When I use it online thou when I create a tiddler

[tw] Re: Can UploadTiddlerPlugin and EncryptionPlugin work together?

2009-11-09 Thread Lyall
Maybe, if you renamed TiddlerEncryptionPlugin to 'ZTiddlerEncryptionPlugin', so that it loads after UploadTiddlerPlugin, that way, when TiddlerEncryptionPlugin overrides the 'save', it overrides the 'UploadTiddlerPlugin' save, not the other way around. ...Lyall On Nov 10, 5:18 am, Alexander