mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
10 lines
393 B
Plaintext
10 lines
393 B
Plaintext
|
title: $:/core/templates/html-div-skinny-tiddler
|
||
|
|
||
|
<!--
|
||
|
|
||
|
This template is a variant of the tiddlyweb plugin's overridden version of $:/core/templates/html-div-tiddler used for saving skinny tiddlers (with no text field)
|
||
|
|
||
|
-->`<div`<$fields exclude='text revision bag' template=' $name$="$encoded_value$"'></$fields>` revision="`<<changecount>>`" bag="default" _is_skinny="">
|
||
|
<pre></pre>
|
||
|
</div>`
|