1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-07 14:23:53 +00:00

Arrange fields alphabetically in the edit template

This commit is contained in:
Jermolene 2014-04-09 11:31:27 +01:00
parent 426281539a
commit f08c4aa525

View File

@ -6,7 +6,7 @@ tags: $:/tags/EditTemplate
<div class="tw-edit-fields"> <div class="tw-edit-fields">
<table class="tw-edit-fields"> <table class="tw-edit-fields">
<tbody> <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"> <tr class="tw-edit-field">
<td class="tw-edit-field-name"> <td class="tw-edit-field-name">
<$text text=<<currentField>>/>:</td> <$text text=<<currentField>>/>:</td>