mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-08 23:20:03 +00:00
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>`
|