aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin_Morey <Colin_Morey@web>2011-08-25 04:46:52 -0400
committeradmin <admin@branchable.com>2011-08-25 04:46:52 -0400
commit1c34fddec5e3161c35b2a93caf875d836b9aaa94 (patch)
treed6f01d30cfa400ed2a0a39141fbf16358d0ff8eb
parentc8f7dcbc3107fb4cc0b60958d5b10f4ea154054d (diff)
downloadikiwiki-1c34fddec5e3161c35b2a93caf875d836b9aaa94.tar
ikiwiki-1c34fddec5e3161c35b2a93caf875d836b9aaa94.tar.gz
-rw-r--r--doc/ikiwiki/pagespec/discussion.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ikiwiki/pagespec/discussion.mdwn b/doc/ikiwiki/pagespec/discussion.mdwn
index 1ffb89d6c..b0d44874a 100644
--- a/doc/ikiwiki/pagespec/discussion.mdwn
+++ b/doc/ikiwiki/pagespec/discussion.mdwn
@@ -132,3 +132,9 @@ any ideas?
> pagespec look? I can imagine it supporting something like `glob(../*) and not
> glob(../*/*)` to match all "directories" of the parent page, and so on up
> to the root. --[[Joey]]
+
+>> I don't know, perhaps some way of nesting pagespecs
+>>> glob(../* unless $_ eq 'second level item'{ glob 'second level item'/*})
+
+>> but that could get messy, perhaps a new cmd 'pagetree' or something
+>> might be better? --Colin