aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-31 10:30:36 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-31 10:30:36 +0200
commit3710b1710e6f076eceb51bdec6bd08a053bfea51 (patch)
tree1480746db3b8c1daf1ffc7f6a79a1c7020f3252a /doc/todo
parente78a8c2834e7ad880ab45d26db3a952df8465493 (diff)
downloadikiwiki-3710b1710e6f076eceb51bdec6bd08a053bfea51.tar
ikiwiki-3710b1710e6f076eceb51bdec6bd08a053bfea51.tar.gz
inline: Add pagenames parameter that can be used to list a set of pages to inline, in a specific order, without using a PageSpec. (smcv)
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn b/doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn
index 457b47884..bbde04f83 100644
--- a/doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn
+++ b/doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn
@@ -14,3 +14,8 @@ uses it internally (as it has already collected the pages in order). It could al
be useful for other things, like [[todo/wikitrails]]. --[[smcv]]
[[!tag plugins/inline]]
+
+> It's sort of a pity that a pagespec like "a or b or c" doesn't somehow
+> match to (a, b, c) in that order, but I don't see how that would be
+> generally possible. While this feels a bit like bloat and inline already
+> has far too many parameters, I have [[merged|done]] it. --[[Joey]]