mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 17:57:12 +00:00
Introduce multiwikiclient plugin
Routes are now rationalised, too.
This commit is contained in:
9
plugins/tiddlywiki/multiwikiclient/html-div-tiddler.tid
Normal file
9
plugins/tiddlywiki/multiwikiclient/html-div-tiddler.tid
Normal file
@@ -0,0 +1,9 @@
|
||||
title: $:/core/templates/html-div-tiddler
|
||||
|
||||
<!--
|
||||
|
||||
This template is used for saving tiddlers as an HTML DIV tag with attributes representing the tiddler fields. This version includes the tiddler changecount as the field `revision`.
|
||||
|
||||
-->`<div`<$fields exclude='text revision bag' template=' $name$="$encoded_value$"'></$fields>` revision="`<<changecount>>`" bag="default">
|
||||
<pre>`<$view field="text" format="htmltextencoded" />`</pre>
|
||||
</div>`
|
||||
Reference in New Issue
Block a user