GorvGoyl / Notion-Boost-browser-extension

Chrome & Firefox extension for Notion to add 20+ features like sticky outline, small text & full width by default, hide comments & help button, bolder text etc. Download here: https://gourav.io/notion-boost
https://gourav.io/notion-boost
GNU General Public License v3.0
502 stars 41 forks source link

[feature-request] Make applications urls clickable #157

Open danilofaria opened 1 year ago

danilofaria commented 1 year ago

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!