You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title states the plugin automatically gets disabled when viewing a vault which is opened on Mobile. In my case, I use Syncthing to sync my vault between a Desktop (Windows), Laptop (Windows), Phone (Android) and Tablet (Android).
I know that the plugin doesn't really make sense for mobile, but it would be nice to keep it enabled but have it detect when it's loaded in mobile Obsidian and simply not do anything and remain enabled.
With the current behaviour if I open my vault on mobile, then later open my desktop or laptop, the vault won't open on boot since the plugin is disabled and was synced in that state.
Thanks!
The text was updated successfully, but these errors were encountered:
Hm, that's interesting. That's not intended behaviour, for sure.
I specified the plugin to be desktop only in the manifest, so what happens on mobile is entirely up to Obsidian (https://docs.obsidian.md/Reference/TypeScript+API/PluginManifest/isDesktopOnly), it's not something I'm handling manually. I suppose I could remove that option and implement my own "run without doing anything" logic specifically for mobile, but I wonder if this is maybe a bug in Obsidian itself that should be checked with their team first?
Yeah I'm not sure. I just tried it again and the part that makes Obsidian launch at boot seems to stick but I don't get the tray icon and the plugin is disabled. I'm guessing if the plugin is set to Desktop only then the behaviour is to turn it off on mobile just in case it would have untested results. Might be worth asking Obsidian devs for clarification.
Thanks for looking into this. Such a small plugin but it's very useful and saves me from reopening Obsidian through out the day :)
As the title states the plugin automatically gets disabled when viewing a vault which is opened on Mobile. In my case, I use Syncthing to sync my vault between a Desktop (Windows), Laptop (Windows), Phone (Android) and Tablet (Android).
I know that the plugin doesn't really make sense for mobile, but it would be nice to keep it enabled but have it detect when it's loaded in mobile Obsidian and simply not do anything and remain enabled.
With the current behaviour if I open my vault on mobile, then later open my desktop or laptop, the vault won't open on boot since the plugin is disabled and was synced in that state.
Thanks!
The text was updated successfully, but these errors were encountered: