1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

Update How to customise the password prompt.tid (#2543)

Fixed small typo on the use of a template.
This commit is contained in:
Daniel Rodríguez Rivero 2016-08-20 16:46:50 +02:00 committed by Jeremy Ruston
parent f079b31334
commit 845e8294cd

View File

@ -5,7 +5,7 @@ modified: 20141006085526118
You can customise the text and appearance of the password prompt that is displayed when encrypted TiddlyWiki files are first opened. You can customise the text and appearance of the password prompt that is displayed when encrypted TiddlyWiki files are first opened.
To do so, create a tiddler tagged {{$:/core/wiki/rawmarkup|$:/core/ui/TagTemplate}} containing: To do so, create a tiddler tagged {{$:/core/wiki/rawmarkup||$:/core/ui/TagTemplate}} containing:
# A JavaScript `<script>` tag containing code to override the configuration variable `$tw.boot.encryptionPrompts.decrypt` # A JavaScript `<script>` tag containing code to override the configuration variable `$tw.boot.encryptionPrompts.decrypt`
# CSS `<style>` definitions targeting the `tc-password-wrapper` class to apply styles to the form # CSS `<style>` definitions targeting the `tc-password-wrapper` class to apply styles to the form