From: mx.david.rix@3bf9592fa655d6681eedf8add3d3b830d00a40d3 Date: Fri, 19 Feb 2016 14:42:10 +0000 (-0400) Subject: created X-Git-Tag: 3.20160506~76 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/adc861bd88c3eef8f4651c4874cfacc98df9f881 created --- diff --git a/doc/todo/open_external_link_in_new_window.mdwn b/doc/todo/open_external_link_in_new_window.mdwn new file mode 100644 index 000000000..cc7a1d4d7 --- /dev/null +++ b/doc/todo/open_external_link_in_new_window.mdwn @@ -0,0 +1,5 @@ +We are embedding ikiwiki in a frame. When clicking around within the wiki, it makes sense to stay in the frame. But when clicking on an external link, it makes more sense to open the link in a new window (new tab). Especially if the link is to the containing website, otherwise we end up with some kind site-within-the-site situation. + +Is there an equivalent to `...` for Markdown links, or a way to enforce it? + +(I am aware from [[CSS_classes_for_links]] and [[rel__61__nofollow_on_external_links]] that this may not be possible because rules for external links are tricky/impossible. If it's possible to do it manually, that would be "good enough".)