summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>2009-06-16 12:36:17 -0400
committerJoey Hess <joey@kitenet.net>2009-06-16 12:36:17 -0400
commit4ed456248b5d7b80ca678c3e72ad715988ddac04 (patch)
treeab437ece36e9fc4e37297258854cfeb04282e231
parent6c91edea7cd62f46a7f598e453c6f265b15c1e71 (diff)
feature addition + patch
-rw-r--r--doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn12
1 files changed, 12 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
new file mode 100644
index 000000000..c482087d9
--- /dev/null
+++ b/doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn
@@ -0,0 +1,12 @@
+A [[patch]] in my git repository (the inline-pagenames branch) adds the following
+parameter to the [[ikiwiki/directives/inline]] directive:
+
+> * `pagenames` - If given instead of `pages`, this is interpreted as a
+> space-separated list of links to pages (with the same
+> [[SubPage/LinkingRules]] as in a [[ikiwiki/WikiLink]]), and they are inlined
+> in exactly the order given: the `sort` and `pages` parameters cannot be used
+> in conjunction with this one.
+
+This is on my [[wishlist]] for my [[plugins/contrib/album]] plugin, which currently
+uses it internally (as it has already collected the pages in order). It could also
+be useful for other things, like [[todo/wikitrails]]. --[[smcv]]