1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 04:54:23 +00:00
TiddlyWiki5/editions/clientserver/wiki/html-div-tiddler.tid
Jeremy Ruston bf2fb9cdad Add new clientserver edition
Runs an instance of TW5 on the server and another in the browser
2013-03-10 19:28:58 +00:00

10 lines
429 B
Plaintext

title: $:/core/templates/html-div-tiddler
<!--
This template is used for saving tiddlers as an HTML DIV tag with attributes representing the tiddler fields. This version includes the tiddler changecount as the field `revision`.
-->`<div`<$fields exclude='text revision' template=' $name$="$encoded_value$"'></$fields>` revision="`<$info type='changecount'/>`">
<pre>`<$view field="text" format="htmlencoded" />`</pre>
</div>`