Notion-Boost-browser-extension
Notion-Boost-browser-extension copied to clipboard
[feature-request] Make applications urls clickable
This is a very crucial feature to me which has been available in pretty much all note-taking apps I've ever used and I am surprised it is not possible in Notion.
Basically, I would like to be able to click on an application URL in notion and open the right application at the specified resource.
An example use case for me, as a software developer is: I often keep very specific code pointers to be opened in IntelliJ like below:
idea://open?file=/Users/username/projects/myproject/src/main/scala/com/company/MyClass.scala&line=83
Which in any note taking app (even apple notes), clicking on it will open IntelliJ at that file, at that line.
However notion does not allow any kind of app urls, even though browsers support it natively with the <a>
tag as usual for any kind of urls.
I would be very grateful if this can be implemented. Hopefully, other people also find value in this. Cheers!