Builditluc / wiki-tui

A simple and easy to use Wikipedia Text User Interface
https://wiki-tui.net/
MIT License
420 stars 14 forks source link

[BUG] External links can be opened #117

Closed Builditluc closed 1 year ago

Builditluc commented 1 year ago

General Information Version: 0.6.0 Installation Method: cargo Operating System: macOS Backend (If changed during install): default

Describe the bug Sometimes, a link in an article leads to an external website. These links however can still be "opened" and trying to do so leads to wrong formatting and an error message.

To Reproduce Steps to reproduce the behavior:

  1. Open any article with an external link (eg. Opet)
  2. Try to "open" the external link
  3. The bug appears

Expected behavior The user should be informed that this link leads to an external website and as such, cannot be opened by wiki-tui when trying to open the link. It should still, however, be selectable.

Screenshots image image

Checklist