New plugin: Obsidian Custom Sort

Hi @SebastianMC , thank you for the plugin. I would like to custom sort my files by date from the nearest to the oldest in the format of MM/DD/YYYY. I’ve turned on the custom sort toggle button and added the following in sortspec, but the sorting was out of order. --- sorting-spec: | target-folder: folder with-metadata: publishTime order-desc: a-z by-metadata: publishTime --- In each of the file I have metadata publishTime as the following: ---publishTime: 12/25/2017--- Any idea how to work around it? Appreciate your help

1 Like