mdelobelle / metadatamenu

For data management enthusiasts : type and manage the metadata of your notes.
https://mdelobelle.github.io/metadatamenu
MIT License
478 stars 27 forks source link

Sorting order of MultiFile and File types is broken #601

Closed dml0sc closed 4 months ago

dml0sc commented 4 months ago

In MultiFile and File FileTypes, there is a handy option to sort the order of the links by entering a.basename < b.basename ? 1: -1 OR a.basename > b.basename ? 1: -1. This worked perfectly but not anymore – the order is random (even with the 0.8.0 beta 4 version installed)

mAAdhaTTah commented 4 months ago

I am also experiencing this.

mdelobelle commented 4 months ago

good catch, will be fixed in the next release

mdelobelle commented 4 months ago

can you test the 0.8.4-beta-1 release?

dml0sc commented 4 months ago

can you test the 0.8.4-beta-1 release?

It works like a gem – Thank you a.basename > b.basename ? 1: -1 retrieves files in alphabetical order A-Z a.basename < b.basename ? 1: -1 retrieves files in alphabetical order Z-A

mdelobelle commented 4 months ago

fixed in 0.8.4