#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)#138
Conversation
… recompiling of the plugin after applying a patch
…lation via BRAT plugin in Obsidian
…d installation instructions
…d installation instructions
…r simple recompiling of the plugin after applying a patch" This reverts commit f64cc73.
…w installation via BRAT plugin in Obsidian" This reverts commit ca3fc92
…itory and installation instructions" This reverts commit a8be938
…itory and installation instructions" This reverts commit 9c81cc4
|
Hi @pho3nixf1re I'm unclear on the processes and rules around PR's and merging them in this github project. |
|
@SebastianMC I'm using your fork directly until this is merged in. Thanks |
|
FYI |
|
@SebastianMC May you tell us the name of the other folder notes plugin? ^^ |
|
@SebastianMC Thanks for letting us know. Yes, please plug the alternate folder notes plugin please |
|
Hi @desvaters, @huyz, updated my previous comment with an inline link. The plugin is Folder notes by Lost Paul |
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-noteplugin (which I love and use every day).