diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/pagespec_expansions.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/pagespec_expansions.mdwn b/doc/todo/pagespec_expansions.mdwn new file mode 100644 index 000000000..58c622f7c --- /dev/null +++ b/doc/todo/pagespec_expansions.mdwn @@ -0,0 +1,9 @@ +A couple of suggestions for improving the usefulness of pagespecs: + +* @ to match [^/]* (i.e. all pages exactly one level below this one) +* initial ./ to mean "from the page the pagespec is running from". + This would require some architectural changes and a change to the + interface for pagespec_match. What do you think? I have + lots of pages a/b/c.mdwn that inline "a/b/c/*". + +--Ethan
\ No newline at end of file |