mirnovov / obsidian-homepage

An Obsidian plugin that opens a specified note, canvas, or workspace on startup, instead of the most recent one.
MIT License
374 stars 18 forks source link

Add setting to not use home config when opening from deep link #81

Closed racquetmaster closed 6 months ago

racquetmaster commented 6 months ago

Summary

Add setting to not use home config when opening from deep link

Details

Using a deep link to open a specific note from another application isn't compatible with this plugin. It opens the home page instead of the destination link.

mirnovov commented 6 months ago

This is supposed to work, so it not occurring is a bug. I’ll look into a fix.

mirnovov commented 6 months ago

@racquetmaster what platform are you using? Deep links are handled by different mechanisms on different platforms. From my testing, it currently works fine on Mac and Windows but is broken on iOS.

racquetmaster commented 5 months ago

It happens in android. It does seem to open the deep linked page but then the home note opens afterwards. It is still happening as of today.

mirnovov commented 5 months ago

Unfortunately I don’t have an Android device to test on. This is quite odd though as the solution should work on Android - are you upgraded to the latest version?