1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-05 18:50:37 +00:00
TiddlyWiki5/editions/tw2/wiki/html-div-tiddler-remove-prefix.tid
Jeremy Ruston ae7d1771fd Fixed TW2 edition
Now we can build TW2 files with just a few whitespace differences from
the old Ruby tools
2013-01-21 17:27:07 +00:00

10 lines
330 B
Plaintext

title: $:/core/templates/html-div-tiddler-remove-prefix
<!--
This template is used for saving tiddlers as an HTML DIV tag with attributes representing the tiddler fields.
-->`<div`<$fields template=' $name$="$encoded_value$"' stripTitlePrefix="yes"></$fields>`>
<pre>`<$view field="text" format="htmlencoded" />`</pre>
</div>`