-
Notifications
You must be signed in to change notification settings - Fork 29
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
[Bug]: Upgrading to 0.9.6 disables all core plugins #232
Comments
Could you take a loot at 0.9.7, and see if it remains? The code is a way to patch page preview (make hovering external link just works like when you hover on the internal link) |
Revert all the update from 0.9.5, now you can install 0.9.8 to make it work correctly. |
Bug is fixed now, but for those who are still experiencing it: try disabling the Surfing plugin - enable all of the core plugins you want - restart obsidian (quick test to see if it worked) and ur done! at the end i chose to enable surfing again which then stopped giving me this problem. I have now updated the plugin to the latest release so I'm not expecting any more future problems |
Thank you SO much for this fix, and so fast! I'm a web developer, so I'm curious what was the problem? I can't see anything obvious! ❤️ |
After a thorough investigation, I believe the cause of the bug is that Obsidian loads and registers community plugins before enabling the core plugins. This sequence of actions results in the following issues:
details issue: #227 (comment) |
Amazing, thank you so much for the explanation! |
Bug Description
Yesterday (17th) Upon upgrading to surfing 0.9.6, all my core plugins (including sync!) got disabled!
Something to do with this disable/re-enable patch maybe? 0.9.5...0.9.6#diff-f956c54d67796b696eee0b56736fbc72034a4c2144c86779cc7b2665ea1c53d0R644
3 others in the OMG discord had this too, but only for upgrades of surfing, not for fresh install. So weird!
Relevant Screenshot
I don't understand the code, but this part looks strange, lines 616-651 in
surfingIndex.ts
looks strange:To Reproduce
I can't replicate this in a clean vault, something about the upgrade process caused this.
Obsidian Version
1.5.12
web-browser-only
Checklist
The text was updated successfully, but these errors were encountered: