mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
c740792105
Pointed out by @Skeeve, double hyphens are not allowed inside HTML comments
13 lines
482 B
Plaintext
13 lines
482 B
Plaintext
title: $:/core/templates/store.area.template.html
|
|
|
|
<$reveal type="nomatch" state="$:/isEncrypted" text="yes">
|
|
`<div id="storeArea" style="display:none;">`
|
|
<$list filter=<<saveTiddlerFilter>> template="$:/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=<<saveTiddlerFilter>>/>
|
|
`</pre>`
|
|
</$reveal> |