diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-24 17:16:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-24 17:16:30 -0400 |
commit | bb1f713f8d54ea8d2cf877a4c275674b8236c9d5 (patch) | |
tree | 2ea9ad7477b1bf41f0e9869e67bb1ad87b5d0f0b /doc | |
parent | 446b6d66c550c26b2cdcfb736859dfc3f350de68 (diff) | |
download | ikiwiki-bb1f713f8d54ea8d2cf877a4c275674b8236c9d5.tar ikiwiki-bb1f713f8d54ea8d2cf877a4c275674b8236c9d5.tar.gz |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/pagespec/discussion.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ikiwiki/pagespec/discussion.mdwn b/doc/ikiwiki/pagespec/discussion.mdwn index 2b2008001..1ffb89d6c 100644 --- a/doc/ikiwiki/pagespec/discussion.mdwn +++ b/doc/ikiwiki/pagespec/discussion.mdwn @@ -127,3 +127,8 @@ I'd like to create a collapsable tree with a map, eg but I can't work out how to specify "all items at this level, and all directories at ../ and all the other directories to the root any ideas? + +> I don't think pagespecs currently support that. How would such a made-up +> 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]] |