diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-28 01:37:31 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-28 01:37:31 +0000 |
commit | 5eda6314d12b073030487f1777df335c0c673420 (patch) | |
tree | ec108d97aa92b3c1df7fe3616e09f2beed45bbe3 /doc | |
parent | c7caa95170eab7ff7735061a92d42046c1ec1b74 (diff) |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/pagespec_expansions.mdwn | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/todo/pagespec_expansions.mdwn b/doc/todo/pagespec_expansions.mdwn index 58c622f7c..14ca0d25e 100644 --- a/doc/todo/pagespec_expansions.mdwn +++ b/doc/todo/pagespec_expansions.mdwn @@ -6,4 +6,15 @@ A couple of suggestions for improving the usefulness of pagespecs: 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 +--Ethan + +> I want this too, so that the [[examples]] can use pagespecs that don't +> have to be changed when the pages are moved around. I don't know how I +> feel about the "@" thing, but "./" seems good. I take it you've looked at +> how to implement it? +> +> It's worth mentioning that there's a bit of an inconsistency; wikilinks +> match relative by default and absolute if prefixed with a "/", while +> pagespecs match absolute by default. It would be nice to clear up that +> inconsistency somehow, it's on my little list of things in ikiwiki that +> arn't ideal. :-) --[[Joey]] |