]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn
at this point I'm down to deciding which specific commits to merge and
[ikiwiki.git] / doc / todo / inline_plugin:_specifying_ordered_page_names.mdwn
index ed47b05c742a155a40b4713578969fd4bf212d30..bbde04f838d7c7091f835421d99a294107d916f9 100644 (file)
@@ -1,5 +1,7 @@
-A [[patch]] in my git repository (the inline-pagenames branch) adds the following
-parameter to the [[ikiwiki/directives/inline]] directive:
+[[!template id=gitbranch branch=smcv/ready/inline-pagenames author="[[smcv]]"]]
+
+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 +12,10 @@ parameter to the [[ikiwiki/directives/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]]