-
Notifications
You must be signed in to change notification settings - Fork 23
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
1.6 breaks plugin #145
Comments
In Obsidian 1.6.0 they deprecated the global field A side note: despite hiding it from the official API, the global handle still exists in underlying implementation of Obsidian. This will help in backward compatibility of some plugins which don't manage to update in time Unfortunately, the actual reason which breaks the Such approach of Obsidian isn't friendly for plugins, especially in the light of the plugin-based ecosystem, which I assumed Obsidian to be. |
Totally agreed – I feel your pain. I know you had to adapt to one such breaking change recently in the past, did the work, and now you have to face yet another overhaul, which is decidedly not great. I cannot help with development as I know nothing about JS, but if you need an Insider license to access beta builds, I'd be happy to donate one as I love your work and rely heavily on it. |
…nvocation and wrapper(s) to work under Obsidian 1.6.0 (which introduced significant refactoring) Remains to do: - polish the code to remove duplication in main.js - full testing under 1.6.0 - regression tests under latest 1.5.x (the code is backward compatible)
Hi @Wildphinn (re)approached it with fresh head and done! |
Already updated and tested! Everything seems to be working fine. Thanks for doing it so quickly, you rock! |
Apparently some classes were deprecated with the introduction of Obsidian 1.6, breaking the plugin. I dearly hope it’s fixable!
best of luck and thank you for your work.
The text was updated successfully, but these errors were encountered: