I'm brand new to TiddlyWiki, and installed Lyall Pearce's
TiddlerEncryptionPlugin (http://www.remotely-helpful.com/TiddlyWiki/
TiddlerEncryptionPlugin.html). I was very confused, though, because I
could not find the decrypt button. Lyall's helpful response to my
query is pasted below:

The TiddlerEncryptionPlugin modifies the shadow tiddler
'ToolbarCommands'.
If you have a non-shadow version of this tiddler, it deliberately
leaves
it alone, on the assumption you have customised it to how you like.
Another issue is that another plugin is also modifying the tiddler,
converting it to non-shadow, before the TiddlerEncryptionPlugin
executes, during tiddlywiki startup.

You have 2 options.
1. Manually edit your ToolbarCommands tiddler and insert 'decryptThis'
(without quotes), in a place of your choosing (for me, immediately
before +editTiddler)
2. Rename TiddlerEncryptionPlugin to ATiddlerEncryptionPlugin so that
it
executes first and grabs the shadow tiddler first, handballing the
problem to the other plugin ;-)

Personally, I also edit the SideBarOptions tiddler and place
<<EncryptionDecryptAll "decrypt all">> in it, so I can decrypt all my
tiddlers easily. (default behaviour is that encrypted tiddlers don't
show up in lists and are not searched).

--~--~---------~--~----~------------~-------~--~----~
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