diff options
-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 |