1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 00:33:15 +00:00
TiddlyWiki5/plugins/tiddlywiki/classictools/templates/html-div-tiddler-remove-prefix.tid
Jeremy Ruston c54faeecd8 Merge tw2 related plugins and templates
Now all the plugins and templates needed are in the plugin
`tiddlywiki/classictools`
2013-08-04 22:06:36 +01: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>`