Remove all instances of target="_blank" in hrefs
Hopefully that feature will die, but until it does we can do our part. Tabnabbing aside, we can trust that users can handle their link management themselves.
Merge request reports
Activity
Hm, I don't think it is very convenient or a great consecutive reading experience if links to outside resources open in the same tab. That's why I have used the raw target for those and not the normal hyperlinks, as those do not allow setting the
target
attribute.While I can be swayed to using the normal hyperlinks, I don't think that only removing the
target
attribute from the raw target would clean this up sufficiently, as then hyperlinks can and should be used instead.Somewhat related: It might be useful to make use of the external links extension to have external links in one place instead of duplicating them across the documents.
requested review from @anthraxx and @artafinde
added 1 commit
- 7bc4bfb0 - Remove target="_blank" in hrefs, use sphinx link