summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorhttp://oblomov.myopenid.com/ <oblomov@web>2010-08-20 08:19:27 +0000
committerJoey Hess <joey@kitenet.net>2010-08-20 08:19:27 +0000
commite65ab83d292c62f01740b68f4acdb5bf2d6d1f93 (patch)
tree1edd89f54dc592f843fd6bd38e855e02ca4b1efb /doc/todo
parent7d29ba2fc77d1e2b902b3742de6671a87b4d31e2 (diff)
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/support_link__40__.__41___in_pagespec.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/support_link__40__.__41___in_pagespec.mdwn b/doc/todo/support_link__40__.__41___in_pagespec.mdwn
index da55bce67..79809662a 100644
--- a/doc/todo/support_link__40__.__41___in_pagespec.mdwn
+++ b/doc/todo/support_link__40__.__41___in_pagespec.mdwn
@@ -8,3 +8,6 @@ which uses !inline to list all posts with the tag.
Joey said on IRC that "probably changing the derel() function in
IkiWiki.pm is the best way to do it".
+> I implemented this suggestion in the simplest possible way, [[!taglink patch]] available [[here|http://git.oblomov.eu/ikiwiki/patch/f4a52de556436fdee00fd92ca9a3b46e876450fa]].
+> An alternative approach, very similar, would be to make the empty page parameter mean current page (e.g. `link()` would mean pages linking here). The patch would be very similar.
+> -- GB