rename sore.info -> store.custom, rename tag to $:/tags/InjectCustomTiddlers

This commit is contained in:
pmario 2024-03-11 15:28:37 +01:00
parent c3d19f173d
commit 322fbdb36b
3 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ title: $:/core/templates/store.info.template.html
join=`,$(newline)$`
>
<$text text=<<newline>>/>
<$list filter="[all[shadows+tiddlers]tag[$:/tags/InfoTiddlerTemplate]]">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/InjectCustomTiddlers]]">
<$transclude mode=block/>
</$list>
<$text text=<<newline>>/>

View File

@ -1,7 +1,7 @@
title: $:/core/templates/store.info.tiddler.template
tags: $:/tags/InfoTiddlerTemplate
title: $:/core/templates/store.custom.tiddler.template
tags: $:/tags/InjectCustomTiddlers
<!-- This template will be injected into the html file when the wiki is saved. It is activated by $:/core/templates/store.info.template.html -->
<!-- This template will be injected into the html file when the wiki is saved. It is activated by $:/core/templates/store.custom.template.html -->
\whitespace trim
\procedure readableFormat() [UTC]YYYY-0MM-0DD 0hh:0mm:0ss.0XXX UTC TZD

View File

@ -41,7 +41,7 @@ title: $:/core/templates/tiddlywiki5.html
</noscript>
<!--~~ Ordinary tiddlers ~~-->
`{{$:/core/templates/store.area.template.html}}`
`{{$:/core/templates/store.info.template.html}}`
`{{$:/core/templates/store.custom.template.html}}`
<!--~~ Library modules ~~-->
<div id="libraryModules" style="display:none;">
`{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/javascript-tiddler}}}`