#134 - fix to breaking changes introduced in Obsidian 1.5.4 (they did an internal refactoring of File Explorer, the fix follows the refactoring accordingly)
I'm the author of the obsidian-custom-sort plugin which was also affected by the breaking changes in File Explorer introduced in Obsidian 1.5.4
I did a reverse engineering of Obsidian code to track back the relevant changes and then applied the fixes onto my plugin.
The fixes are simple and isolated, in this pull request I'm showing how to apply them onto the alx-folder-note plugin (which I love and use every day).
This seems to take care of #130 as well (therefore making #133 superfluous).
Also, I'm using this in my vault and can confirm it works flawlessly. Thanks for the good work!
Hi @pho3nixf1re
I'm unclear on the processes and rules around PR's and merging them in this github project. While I've created this pull request, at the same time I don't have the write access required to do a merge. Who can do the actual merge (or additional review, if the process requires that)?
@SebastianMC I'm using your fork directly until this is merged in. Thanks