diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-24 15:56:05 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-24 15:56:05 +0000 |
commit | ad8507210e3b76e2f8902b7eedebfaf2c1349829 (patch) | |
tree | 3e5b191e042eb818a1c06bdaa9db22ce37ad5537 /doc/todo | |
parent | fdcfd6a42a25c2a466541805682feefc2855ab44 (diff) |
web commit by cworth
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Support_wildcard_inside_of_link__40____41___within_a_pagespec.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/Support_wildcard_inside_of_link__40____41___within_a_pagespec.mdwn b/doc/todo/Support_wildcard_inside_of_link__40____41___within_a_pagespec.mdwn new file mode 100644 index 000000000..e520cab8a --- /dev/null +++ b/doc/todo/Support_wildcard_inside_of_link__40____41___within_a_pagespec.mdwn @@ -0,0 +1,8 @@ +I don't segregate my blog entries into a directory, but instead want +my blog to simply consist of all pages that have been tagged. That is, +I'd like to have my blog page look like this: + + [[inline pages="link(tag/*)"]] + +But I [tried](http://www.cworth.org/blog) that and it doesn't seem to +work in ikiwiki 2.1 at least. |