1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-11-30 13:58:06 +00:00

Merge tw2 related plugins and templates

Now all the plugins and templates needed are in the plugin
`tiddlywiki/classictools`
This commit is contained in:
Jeremy Ruston
2013-08-04 22:06:36 +01:00
parent be7cc67ab6
commit c54faeecd8
10 changed files with 10 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
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>`