kopia lustrzana https://github.com/miklobit/TiddlyWiki5
13 wiersze
464 B
Plaintext
13 wiersze
464 B
Plaintext
title: $:/core/templates/store.area.template.html
|
|
|
|
<$reveal type="nomatch" state="$:/isEncrypted" text="yes">
|
|
`<div id="storeArea" style="display:none;">`
|
|
{{{ [!is[system]] ||$:/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[system]]"/>
|
|
`</pre>`
|
|
</$reveal> |