I recently received a question on using the TiddlerEncryptionPlugin<http://remotely-helpful.com/TiddlyWiki/TiddlerEncryptionPlugin.html>, whereby the user could not see the 'decrypt' button.
The plugin attempts to update the shadow tiddler ToolbarCommands, however, if you have already customised it, this update attempts fails. Some plugins may have already created a non-shadow version, which amounts to the same thing. Edit a Tiddler called ToolbarCommands tiddler. Add 'decryptThis' (without quotes to the ViewToolbar line such that your tiddler looks something like this... (between the lines of =-=-=-) =-=-=-=-=- |~ViewToolbar|collapseTiddler collapseOthers closeTiddler closeOthers * decryptThis* +editTiddler intelliTagsEdit > fields syncing permalink references jump| |~EditToolbar|+saveTiddler -cancelTiddler deleteTiddler| =-=-=-=-=- Additionally, I personally, have edited my SideBarOptions tiddler also, so that it looks something like this... (I have Eric's tableOfContents plugin installed). This puts a '*decrypt all*' link just under the 'save changes' link in your side bar. =-=-=-=-=- <<search>><<gotoTiddler>><<closeAll>><<permaview>><<newTiddler>><<newJournal "YYYY-MM-DD">><<saveChanges>><<EncryptionDecryptAll "decrypt all">><<slider chkSliderOptionsPanel OptionsPanel "options ยป" "Change TiddlyWiki advanced options">><<tableOfContents>> ---- [[Edit Menu|SideBarOptions]] =-=-=-=-=- The side bar menu could have keyboard shortcuts defined if you like, but I have not done so. I hope this helps. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/uCHlYpBF5XIJ. 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.

