]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/pagespec_expansions.mdwn
web commit by http://ethan.betacantrips.com/: clarification and related bug
[git.ikiwiki.info.git] / doc / todo / pagespec_expansions.mdwn
1 A couple of suggestions for improving the usefulness of pagespecs:
3 * @ to match [^/]* (i.e. all pages exactly one level below this one)
4 * initial ./ to mean "from the page the pagespec is running from".
5   This would require some architectural changes and a change to the
6   interface for pagespec_match. What do you think? I have
7   lots of pages a/b/c.mdwn that inline "a/b/c/*".
9 --Ethan