mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
300b6cc485
eg `<$list>`
10 lines
293 B
Plaintext
10 lines
293 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.
|
|
|
|
-->`<div`<$fields template=' $name$="$encoded_value$"'></$fields>`>
|
|
<pre>`<$view field="text" format="htmlencoded" />`</pre>
|
|
</div>`
|