summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-24 15:56:05 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-24 15:56:05 +0000
commitad8507210e3b76e2f8902b7eedebfaf2c1349829 (patch)
tree3e5b191e042eb818a1c06bdaa9db22ce37ad5537
parentfdcfd6a42a25c2a466541805682feefc2855ab44 (diff)
web commit by cworth
-rw-r--r--doc/todo/Support_wildcard_inside_of_link__40____41___within_a_pagespec.mdwn8
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.