jamiebrynes7 / obsidian-todoist-plugin

Materialize Todoist tasks in Obsidian notes
https://jamiebrynes7.github.io/obsidian-todoist-plugin/
MIT License
912 stars 70 forks source link

Open in app doesnt work properly #248

Open chvainickas opened 1 year ago

chvainickas commented 1 year ago

Describe the bug When I right click and press 'Open Task in Todoist(app)', it opens the app but not the task To Reproduce Steps to reproduce the behavior:

  1. Right click task in obsidian
  2. Choose 'Open Task in Todoist(app)'

Expected behavior The task to open up in Todoist same as it does when I click 'Open Task in Todoist(web)', the open in web function works perfectly and opens up that specific task in Todoist on my browser

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

jamiebrynes7 commented 1 year ago

Hmm it looks like at some point Todoist removed support for the URI scheme (which in the in-app links use) on their desktop applications. The documentation now says that its only supported on iOS/Android (which would work except for #158).

I think I'll need to make this option conditional based on the platform