mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 19:39:57 +00:00
13 lines
464 B
Plaintext
13 lines
464 B
Plaintext
title: $:/core/templates/store.area.template.html
|
|
|
|
<$reveal type="nomatch" state="$:/isEncrypted" text="yes">
|
|
`<div id="storeArea" style="display:none;">`
|
|
{{{ [!is[shadow]] ||$:/core/templates/html-div-tiddler}}}
|
|
`</div>`
|
|
</$reveal>
|
|
<$reveal type="match" state="$:/isEncrypted" text="yes">
|
|
`<!------------- Encrypted tiddlers --------->`
|
|
`<pre id="encryptedStoreArea" type="text/plain" style="display:none;">`
|
|
<$encrypt filter="[!is[shadow]]"/>
|
|
`</pre>`
|
|
</$reveal> |