mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +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:
parent
538d12e017
commit
ac879b165d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user