enhancement: open external links in a new window/tab #4

Open
opened 2022-07-02 23:16:34 +00:00 by yagich · 2 comments
Collaborator

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.

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.
yagich added the
enhancement
label 2022-07-02 23:16:34 +00:00
Owner

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

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
Author
Collaborator

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?

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?
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xananax/tickle#4
No description provided.