enhancement: open external links in a new window/tab #4
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: xananax/tickle#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i'm not entirely sure this is possible with the current way markdown parsing works (all links are just an
<a>
tag), but it would be nice.It's possible, I actually had that at first and have the code for it, but then I read
https://css-tricks.com/use-target_blank/
and
https://codersblock.com/blog/external-links-new-tabs-and-accessibility/
I could provide that optionally in the markdown parser
not opening links in a new tab sounds like good default behavior, i agree. but i also think it should be an option. i imagine inline html would work with the markdown parser?