SebastianMC / obsidian-custom-sort

Take full control over the order and sorting of folders and notes in File Explorer in Obsidian
GNU General Public License v3.0
260 stars 19 forks source link

151 sort notes in dd mmm yyyy format #152

Closed SebastianMC closed 2 weeks ago

SebastianMC commented 2 weeks ago

Testing - minor issue, the expected order is different (opposite) - why?

2024-07-09_11-32-01
SebastianMC commented 2 weeks ago

Testing - weird behavior of syntax check / popup. Steps: 1 - Introduced syntax error 2 - clicked ribbon to enable sort, syntax error popup + red ribbon icon appeared 3 - fixed the syntax error, clicked ribbon, the 2nd instance of syntax error popup appeared, ribbon btn remained red 4 - click ribbon again, this time correct behavior, sorting applied

At the same time, if I wait between steps 2 and 3, the duplicate error popup doesn't appear and the sorting is applied correctly in step 3, no need to step 4.

At glance it seems to be related to Obsidian's cache of metadata - need to wait with clicking ribbon after syntax change for Obsidian to re-read the note.

2024-07-09_11-33-44