uphy / obsidian-reminder

Reminder plugin for Obsidian
https://uphy.github.io/obsidian-reminder/
MIT License
440 stars 34 forks source link

[Bug]: tags and links in tasks doesn't work #88

Open dima-stefantsov opened 2 years ago

dima-stefantsov commented 2 years ago

Describe the bug

This will display links on tag and a link, but if I try to click it, I will get external windows popup "you'll need a new app to open this app link" image

and it is impossible to even specify Obsidian as handler of such links.

Expected Behavior

I expect Reminder plugin to handle links internally within Obsidian, in native way. That would be either going to a linked page, or searching by tag. Ctrl+click would open link in new tab. No need to ask my windows OS. Just let Obsidian handle it internally.

Steps to reproduce

Install latest Obsidian, latest Reminder.

make a task, for example yesterday overdue

see links and tags fail to work in both modal popup, and in Reminders tab

This is especially strange, since for example my google chrome or other apps can indeed open external obsidian:// links.

Operating system

Windows

dima-stefantsov commented 1 year ago

up