projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
446b6d6
)
response
author
Joey Hess
<joey@kitenet.net>
Wed, 24 Aug 2011 21:16:30 +0000
(17:16 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 24 Aug 2011 21:16:30 +0000
(17:16 -0400)
doc/ikiwiki/pagespec/discussion.mdwn
patch
|
blob
|
history
diff --git
a/doc/ikiwiki/pagespec/discussion.mdwn
b/doc/ikiwiki/pagespec/discussion.mdwn
index 2b2008001792c51f81f0a9c8448bdc863e914570..1ffb89d6cd5328ea1fded24e5ad87ca5e6ccd307 100644
(file)
--- 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]]