mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-22 23:16:53 +00:00
Arrange fields alphabetically in the edit template
This commit is contained in:
parent
426281539a
commit
f08c4aa525
@ -6,7 +6,7 @@ tags: $:/tags/EditTemplate
|
||||
<div class="tw-edit-fields">
|
||||
<table class="tw-edit-fields">
|
||||
<tbody>
|
||||
<$list filter="[all[current]fields[]] -title -tags -text -creator -created -modified -modifier -type -[[draft.title]] -[[draft.of]]" variable="currentField">
|
||||
<$list filter="[all[current]fields[]] -title -tags -text -creator -created -modified -modifier -type -[[draft.title]] -[[draft.of]] +[sort[title]]" variable="currentField">
|
||||
<tr class="tw-edit-field">
|
||||
<td class="tw-edit-field-name">
|
||||
<$text text=<<currentField>>/>:</td>
|
||||
|
Loading…
Reference in New Issue
Block a user