]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn
review
[ikiwiki.git] / doc / todo / inline_plugin:_specifying_ordered_page_names.mdwn
index c482087d9ac4380847032b5d18b4c6bc382b2934..85bb4ff5aec28d0e06407d8ed23058f6a1b8eb0d 100644 (file)
@@ -1,12 +1,19 @@
-A [[patch]] in my git repository (the inline-pagenames branch) adds the following
-parameter to the [[ikiwiki/directives/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
->   [[SubPage/LinkingRules]] as in a [[ikiwiki/WikiLink]]), and they are inlined
+>   [[ikiwiki/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]]
+
+[[!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]]