From: http://lj.rossia.org/users/imz/ Date: Mon, 18 May 2009 21:13:42 +0000 (-0400) Subject: Fixed a wikilink target. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/b00f5a5f522ee4e9d48dc418d70852195d0262d7?ds=sidebyside Fixed a wikilink target. --- diff --git a/doc/todo/inlines_inheriting_links.mdwn b/doc/todo/inlines_inheriting_links.mdwn index 54249bdee..5560b19c6 100644 --- a/doc/todo/inlines_inheriting_links.mdwn +++ b/doc/todo/inlines_inheriting_links.mdwn @@ -2,7 +2,7 @@ Continuing the ideas in [[bugs/Inline doesn't wikilink to pages]]. -I thought of a use case for another feature: making [[directives/inline]] inherit the link relations of the included pages (optionally, say, with `inheritlinks=yes`). For example, if I want to list `elements/*` that have been linked to in any of `new_stuff/*`, I could try to write a [[ikiwiki/pagespec]] like +I thought of a use case for another feature: making [[ikiwiki/directive/inline]] inherit the link relations of the included pages (optionally, say, with `inheritlinks=yes`). For example, if I want to list `elements/*` that have been linked to in any of `new_stuff/*`, I could try to write a [[ikiwiki/pagespec]] like `elements/* and backlink(new_stuff/*)`. This is not yet possible, as discussed in [[todo/tracking_bugs_with_dependencies/]].