Vinzent

Results 417 comments of Vinzent

Can you share the whole markdown file with the link to the wrongly detected orphaned file? Generally, this plugin should detect the same links that Obsidian uses for backlinks.

It's now available in v1.43.0 :tada: Just add `confirm=true` as parameter to the command uri. It looks for the first main button and clicks it.

I tried that myself as well, but couldn't find a way so far.

Please elaborate your situation more. Is Obsidian already open? If not does Obsidian start? Does the Browser ask you to launch the uri or have you clicked to always allow...

Seems like it requires the app to be focused for the clipboard's content to be accessed. Shouldn't the launch of the uri focus the app? I haven't used markdownload, though.

I've experienced this as well while developing with this packager, but this seems more like a flutter issue. See https://github.com/flutter/flutter/issues/69949 so I'm unsure how this should be handled.

You probably listen to the `onAuthStateChanged` stream without providing an `onError` callback to the `listen()` method. So exceptions that are added to the stream are not caught.