Hey!
I know you can sort the table of contents using sort[title] but can you control whether it sorts ascending or descending?
Thanks
Hey!
I know you can sort the table of contents using sort[title] but can you control whether it sorts ascending or descending?
Thanks
hey, one i can answer!
you can use !
to invert many filter operators, including sort[]
. so, if it is sorting the wrong way, you can flip the sort by using !sort[title]
.
Wow! that was hella fast!
Thanks!