mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
10 lines
330 B
Plaintext
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>`
|