-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin broken in obsidian 1.7.2 #160
Comments
Thanks a lot @Azmoinal for reporting this early!!! After a quick check - indeed the problem is related to this new idea of deferred views. The Obsidian team is again contradicting their core idea - they declare that plugin's community is a fundamental part of Obsidian ecosystem, at the same time they don't care about backward compatibility and introduce breaking changes. This is like they did this for the fifth time... I wonder how many of existing plugins will break and will be left unmaintained after this yet another revolution. Status update 2024-09-20: After more detailed investigation it turns out that there was a significant internal refactoring in Obsidian. In result the plugin-integration-point used by this plugin no longer exists. Technically it was the Is anyone reading this able to help? For my personal use, I will roll back Obsidian to 1.6.7 (the most recent public version) and stay on that version until I find time sufficient to find a new plugin-integration-point. |
Hi @SebastianMC, thanks a lot for the quick response and clarification. Unfortunately, I'm not a developer so I cannot help you. I could report the situation to the discord insider channel, trying to push them to provide a possible solution. I'm sad about the situation because your plugin is one of the most useful for me and it changes the way I use obsidian. |
Hi @Azmoinal a potential plugin-integration-point at technical level remains the function At the same time I'm currently short on time which I could spend on the plugin (investigations, discussions, etc.) I hope the official public release 1.7.x won't appear very soon. |
- the fileExplorer patchability check made smarter and version-dependent - the plugin-integration-point support required by Obsidian 1.7.2 has been already incorporated in the plugin earlier on, for 1.6.0 Obsidian release
The 2.1.14 version of the plugin (released a minute ago) works correctly with Obsidian 1.7.2 The long story short:
Please update the plugin to 2.1.14, retest and let me know in case of problems |
Thanks for the quick fix! It seems to be working now when manually sorting via the toggling command. But it no longer automatically sorts when I first open Obsidian (desktop and mobile v1.7.2). I'm almost positive it did that automatically before... ? |
Hi @SebastianMC, I cannot test it right now on my desktop but on the iPad al start the plugin is enabled but at start the custom sorting is not applied (the orange icon is showed into the sidebar) activating it, all works fine. |
Hi @bray, Hi @Azmoinal, Having fixed the blocker under this ticket, the less critical issue(s) can be reported and wait for convenient time. Thanks for testing and providing the feedback! |
Hi, Yes. It is the same issue. I didn't realized that @bray posted in the meantime I was writing. I can reproduce it on my iPad Pro M1 simply force quitting e reopening Obsidian. I would check on desktop before raising a new, specific,ticket of the remaining issue. Thanks a lot for the quick fix. |
Hi @SebastianMC - I created #163. Thanks! |
Updating to the insider Obsidian 1.7.2 seems to broke the plugin.
My guess is that is related to a change into API done by Obsidian team
more info here,
The text was updated successfully, but these errors were encountered: