X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/b9ba68208ebdb250dc4d4f8866cb834f5bd8764c..c7d6dba6db3247f088d64694f4c2f310e1701219:/doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn diff --git a/doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn b/doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn index fc575e013..85bb4ff5a 100644 --- a/doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn +++ b/doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn @@ -1,5 +1,5 @@ -A [[patch]] in my git repository (the inline-pagenames branch) adds the following -parameter to the [[ikiwiki/directive/inline]] directive: +A [[!taglink patch]] in my git repository (the inline-pagenames branch) adds +the following parameter to the [[ikiwiki/directive/inline]] directive: > * `pagenames` - If given instead of `pages`, this is interpreted as a > space-separated list of links to pages (with the same @@ -10,3 +10,10 @@ parameter to the [[ikiwiki/directive/inline]] directive: 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]] + +[[!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]]