The list widget uses the list-after field to control the order of tiddlers in <$list>. I suggest that $:/plugins/kookma/section/viewtemplates/sections should add this field so that list-after has the value $:/core/ui/ViewTemplate/body to indicate the Section's ViewTemplate immediately after the tiddler's body.
Without adding this field, Sections are sometimes listed after other custom ViewTemplates, such as CrossLinks:
The list widget uses the
list-after
field to control the order of tiddlers in<$list>
. I suggest that$:/plugins/kookma/section/viewtemplates/sections
should add this field so thatlist-after
has the value$:/core/ui/ViewTemplate/body
to indicate the Section's ViewTemplate immediately after the tiddler's body.Without adding this field, Sections are sometimes listed after other custom ViewTemplates, such as CrossLinks:
After adding
list-after
field: