diff options
author | holger <holger@web> | 2014-02-22 11:32:38 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-02-22 11:32:38 -0400 |
commit | de5838d0e79f66d5679bbdf46f2498adf05c0903 (patch) | |
tree | 40aa84510cfaa2f04487e132f723fbaf89356ed0 /doc/bugs | |
parent | d46d1e082a737a7afcd99d52f03f9823fd1cd102 (diff) | |
download | ikiwiki-de5838d0e79f66d5679bbdf46f2498adf05c0903.tar ikiwiki-de5838d0e79f66d5679bbdf46f2498adf05c0903.tar.gz |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/listdirectives_doesn__39__t_register_a_link.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/listdirectives_doesn__39__t_register_a_link.mdwn b/doc/bugs/listdirectives_doesn__39__t_register_a_link.mdwn index 87588cb08..19a8c99d8 100644 --- a/doc/bugs/listdirectives_doesn__39__t_register_a_link.mdwn +++ b/doc/bugs/listdirectives_doesn__39__t_register_a_link.mdwn @@ -35,3 +35,17 @@ The [[ikiwiki/directive/listdirectives]]` directive doesn't register a link betw > No follow-up or objection for a while, so considering this to > be [[working as designed|done]]. --[[smcv]] + +> > Seems I'm a bit late to butt in, but would it be possible to have two +> > further phases after the scan phase, the first running map and inline +> > and the second orphan? Then map and inline could log or register their +> > links (obviously somewhere were it won't change the result of the link function) +> > and orphan could take them into account. This logging could be +> > turned on by parameter to not waste time for users not needing this and +> > make it tunable (i.e. so that the user can decide which map directives count and which don't) +> > +> > For someone using map and especially autoindex the output of the orphans directive +> > is simply wrong/useless (at least it is for me). And there is no easy workaround like for listdirectives +> > -- [[holger]] + + |