tzk/tzk/editions/tzk/tiddlers/$__sib_Templates_Automatic_ViewTemplateDescription.tid
Soren I. Bjornstad 14cc96a907 check in editions directory
Although this is automatically generated, it represents a critical part
of the content of the edition which cannot be created from the content
in the repository (it's generated from a private directory on my
computer), so at this point it is appropriate to check it in.
2021-09-21 12:27:23 -05:00

22 lines
690 B
Plaintext

created: 20210523140149097
description: Provide a summary of the purpose, usage, and definition of the view template defined in the current tiddler.
modified: 20210523141255035
tags: $:/tags/ViewTemplate
title: $:/sib/Templates/Automatic/ViewTemplateDescription
transcludedin: All tiddlers within the $:/sib namespace that are tagged <<tag $:/tags/ViewTemplate>>.
type: text/vnd.tiddlywiki
<$list filter="[all[current]prefix[$:/sib/]tag[$:/tags/ViewTemplate]]">
!! <code><$text text=<<currentTiddler>>/></code> view template
; Purpose
: {{!!description}}
; Transcluded in
: {{!!transcludedin}}
; Definition
: <$codeblock code={{{ [all[current]get[text]] }}} language="html"/>
</$list>