This doesnt work since the 0.10.3 release (for Win 10/11)
JustAnotherTill had the same question here: Sort templates alphanumerically
the latest templates are not added at the end of the list (but somewhere randomly)
Other work arounds that does not work:
- Creating a custom command in config.edn instead of a template because custom commands does not support child blocks nor multi-line blocks
- Using macros instead of templates doesn’t work for the same reason commands does not work
- Using commands to call macros doesn’t work for the above reasons
The only remaining work around that does work is pretty bad, but creating a templates.md page and editing config.edn to add :default-home {:sidebar "templates"}
is a way to have Template blocks in the order you want that you can copy to the page you are editing. This is bad because it is less convenient than using commands.