aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Inline_doesn__39__t_wikilink_to_pages.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-04-14 15:51:25 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-04-14 15:51:25 -0400
commit69a814c011132bec884c405f3630f73406f74f9d (patch)
tree5aa14a508a00ce11022be27613d196379ec2c5e7 /doc/bugs/Inline_doesn__39__t_wikilink_to_pages.mdwn
parent79fd3c9733ae8169de9d41056b673d10f6832dcb (diff)
downloadikiwiki-69a814c011132bec884c405f3630f73406f74f9d.tar
ikiwiki-69a814c011132bec884c405f3630f73406f74f9d.tar.gz
not a bug
Diffstat (limited to 'doc/bugs/Inline_doesn__39__t_wikilink_to_pages.mdwn')
-rw-r--r--doc/bugs/Inline_doesn__39__t_wikilink_to_pages.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/Inline_doesn__39__t_wikilink_to_pages.mdwn b/doc/bugs/Inline_doesn__39__t_wikilink_to_pages.mdwn
index 89e0b9d69..168c1b2c4 100644
--- a/doc/bugs/Inline_doesn__39__t_wikilink_to_pages.mdwn
+++ b/doc/bugs/Inline_doesn__39__t_wikilink_to_pages.mdwn
@@ -17,6 +17,12 @@ It appears that [[ikiwiki/directive/map]] also doesn't wikilink to the pages it
cases there should be another parameter to the directive that allows linking to switched on. Just switching
it on universally at this point might break a number of people's pagespecs. -- [[Will]]
+> There's a simple reason why these directives don't generate a record of a
+> wikilink between them and the pages they include: Semantically, inlining
+> a page is not the same as writing a link to it. Nor is generating a map that
+> lists a page the same as linking to it. I don't think this is a bug.
+> --[[Joey]]
+
Here is a patch to make map link to its linked pages (when passed `link="yes"`). It is a bit problematic in that it uses a pagespec
to decide what to link to (which is why I wanted it). However, at the time the pagespec is used the links
for each page haven't finished being calculated (we're using the pagespec to figure out those links,