mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-03 23:09:56 +00:00
22 lines
654 B
Plaintext
22 lines
654 B
Plaintext
|
title: $:/core/templates/store.info.template.html
|
||
|
|
||
|
\whitespace trim
|
||
|
<!-- Unencrypted -->
|
||
|
<$list filter="[[$:/isEncrypted]get[text]else[no]match[no]]">
|
||
|
<$list filter="[[storeAreaFormat]is[variable]getvariable[]else[json]match[json]]">
|
||
|
<!-- New-style JSON store area -->
|
||
|
`<script class="tiddlywiki-tiddler-store" type="application/json">[`
|
||
|
<$let
|
||
|
newline={{{ [charcode[10]] }}}
|
||
|
join=`,$(newline)$`
|
||
|
>
|
||
|
<$text text=<<newline>>/>
|
||
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/InfoTiddlerTemplate]]">
|
||
|
<$transclude mode=block/>
|
||
|
</$list>
|
||
|
<$text text=<<newline>>/>
|
||
|
</$let>
|
||
|
`]</script>`
|
||
|
</$list>
|
||
|
</$list>
|