Extend the edit template to include field editors

Not yet complete - we can't add or remove fields, and we need to
trigger type-specific editors for certain field types. And the layout
is a bit rubbish at the moment
print-window-tiddler
Jeremy Ruston 2013-06-02 23:22:16 +01:00
rodzic 538d12e017
commit ac879b165d
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -28,3 +28,7 @@ modifier: JeremyRuston
<span class="tw-tiddler-help">Use WikiText to add formatting, images, and dynamic features</span> <$button type="set" set="$:/ShowEditPreview" setTo="yes" >Show preview</$button>
<$edit field="text"/>
</$reveal>
<$fieldlist exclude="title tags text draft.title draft.of">
<$info type="currentField"/>: <$edit/>
</$fieldlist>