2024-03-11 14:42:03 +00:00
|
|
|
title: $:/core/templates/store.injected.template.html
|
2024-01-31 09:40:35 +00:00
|
|
|
|
|
|
|
\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>>/>
|
2024-03-11 14:28:37 +00:00
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/InjectCustomTiddlers]]">
|
2024-01-31 09:40:35 +00:00
|
|
|
<$transclude mode=block/>
|
|
|
|
</$list>
|
|
|
|
<$text text=<<newline>>/>
|
|
|
|
</$let>
|
|
|
|
`]</script>`
|
|
|
|
</$list>
|
|
|
|
</$list>
|