mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 09:36:18 +00:00
9b3ca525ee
Routes are now rationalised, too.
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>`
|