kookma / TW-Section

create, edit and manage big and lengthy tiddlers through sectioning
https://kookma.github.io/TW-Section/
MIT License
26 stars 3 forks source link

Add list-after field to $:/plugins/kookma/section/viewtemplates/sections #8

Closed Gk0Wk closed 3 years ago

Gk0Wk commented 3 years ago

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:

image

After adding list-after field:

image

kookma commented 3 years ago

Ah goof catch! Sure I fix it!

kookma commented 3 years ago

Fixed in 0.9.4