BoraxTheClean / adaptable-antelopes

Code Jam 2021 adaptable antelopes team
MIT License
1 stars 0 forks source link

Make Links Clickable #61

Closed BoraxTheClean closed 3 years ago

BoraxTheClean commented 3 years ago

Is your feature request related to a problem? Please describe. It would be cool if we could click on Markdown Links in files and it would open them in our browser.

Describe the solution you'd like We need to be able to add a click handler to certain text. This library can be used for opening the url in a browser: https://docs.python.org/3/library/webbrowser.html

Describe alternatives you've considered The alternative is not having this feature.