dvanoni / notero

A Zotero plugin for syncing items and notes into Notion
https://download.notero.vanoni.dev
MIT License
2.29k stars 99 forks source link

Notion links that open in browser rather than Notion desktop app #53

Open hongxunming opened 2 years ago

hongxunming commented 2 years ago
image

The full URL is : notion://www.notion.so/Statista-8657a078f38e42188

Is it possible to change the format of this URL to : https://www.notion.so/Statista-8657a078f38e42188, which means replacing the word "notion" for "https", then I could double click the attachment in Zotero to open the target page in my browser directly.

Ninaad-Adhvaryu commented 2 years ago

I was thinking of this very same issue today. One, kinda overkill, workaround would be to reserve the process here that is converting https links to notion links. But like I said, just being able to choose which URI shows up would be great too.

dvanoni commented 2 years ago

@PolarisPolaris @Ninaad-Adhvaryu, thank you both for the feedback!

I personally use the Notion desktop app, so when I originally built this functionality I added code to convert the https:// URLs that the Notion API returns into notion:// URLs. However, I realize that not everyone uses the desktop app, so I agree that it would be great if this was a configurable option. I'll add this to the backlog.

hongxunming commented 2 years ago

@PolarisPolaris @Ninaad-Adhvaryu, thank you both for the feedback!

I personally use the Notion desktop app, so when I originally built this functionality I added code to convert the https:// URLs that the Notion API returns into notion:// URLs. However, I realize that not everyone uses the desktop app, so I agree that it would be great if this was a configurable option. I'll add this to the backlog.

Thanks 😊