I recently received a question on using the
TiddlerEncryptionPlugin, 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.