1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-02 09:50:01 +00:00
TiddlyWiki5/core/templates/store.custom.template.html.tid

22 lines
657 B
Plaintext
Raw Normal View History

2024-03-11 15:31:44 +01:00
title: $:/core/templates/store.custom.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/InjectCustomTiddlers]]">
<$transclude mode=block/>
</$list>
<$text text=<<newline>>/>
</$let>
`]</script>`
</$list>
</$list>