1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-11 07:16:08 +00:00

Move the required template overrides into the tiddlyweb plugin

This commit is contained in:
Jeremy Ruston
2013-04-03 13:23:07 +01:00
parent a360d1e87c
commit 7b45c0bec8

View File

@@ -1,9 +0,0 @@
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 bag' template=' $name$="$encoded_value$"'></$fields>` revision="`<$info type='changecount'/>`" bag="default">
<pre>`<$view field="text" format="htmlencoded" />`</pre>
</div>`