-
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
A race condition (first observed for Obsidian 1.6.3) could cause the plugin not to apply the custom sort automatically on vault opening / loading or app (re)loading #147
Comments
First observation - disabling or uninstalling the DataView plugin resolves the problem. A dependency??? |
Observation: it looks like a race condition between some of system (Obsidian) plugin-specific events. |
Plugin release 2.1.11 was released with the fix. |
I'm not sure if it is a side effect of this fix but on my ipad/iphone at restart of Obsidian there are several notifications reporting that "custom order applied correctly". I've the option for custom order status change notification enabled on mobile. Tomorrow, I could check if the same happen on the desktop. Anyway the custom order is applied correctly, it is only a matter to receive sometimes two or four/five times the initial notification. |
Hi @Azmoinal thank you very much for your report! |
First observed in Obsidian 1.6.3
(Re)opening a vault shows the custom sorting is active (ribbon icon) and the notifications also tell that the custom sorting was applied. At the same time File Explorer items are sorted with standard Obsidian. You need to explicitly apply the custom sorting (ribbon icon click or command from commands palette) to make it work.
Yet another Obsidian breaking change made in not-backward compatible way?
Affected scenarios:
Pending investigation (classified as
retro bug
resulting from Obsidian update)The text was updated successfully, but these errors were encountered: