Does anyone know how I can use the nsort operator to list all tiddler titles with the field release-date?
release-date will be using the YYYY-MM-DD format.
I have tried:
<$list filter="[all[]has[relese-date]]">
<$list filter="[all[current]nsort[release-date]before<currentTiddler>]"/>
<$list filter="[all[current]nsort[release-date]after<currentTiddler>]"/>
</$list>