diff options
author | http://oblomov.myopenid.com/ <oblomov@web> | 2010-08-20 08:19:27 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-08-20 08:19:27 +0000 |
commit | e65ab83d292c62f01740b68f4acdb5bf2d6d1f93 (patch) | |
tree | 1edd89f54dc592f843fd6bd38e855e02ca4b1efb /doc | |
parent | 7d29ba2fc77d1e2b902b3742de6671a87b4d31e2 (diff) | |
download | ikiwiki-e65ab83d292c62f01740b68f4acdb5bf2d6d1f93.tar ikiwiki-e65ab83d292c62f01740b68f4acdb5bf2d6d1f93.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/support_link__40__.__41___in_pagespec.mdwn | 3 |
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 |