aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormx.david.rix@3bf9592fa655d6681eedf8add3d3b830d00a40d3 <mxdavidrix@web>2016-02-19 10:42:10 -0400
committeradmin <admin@branchable.com>2016-02-19 10:42:10 -0400
commitadc861bd88c3eef8f4651c4874cfacc98df9f881 (patch)
treead657eeaf9c573e16e693b62f05f0345075eb534 /doc
parent874bf90ae3a1f936f42252d561e9c22ac3544b32 (diff)
downloadikiwiki-adc861bd88c3eef8f4651c4874cfacc98df9f881.tar
ikiwiki-adc861bd88c3eef8f4651c4874cfacc98df9f881.tar.gz
created
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/open_external_link_in_new_window.mdwn5
1 files changed, 5 insertions, 0 deletions
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 `<a href="blah" target="_blank">...</a>` 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".)