1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

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
This commit is contained in:
Jeremy Ruston 2013-06-02 23:22:16 +01:00
parent 538d12e017
commit ac879b165d

View File

@ -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>