From 3710b1710e6f076eceb51bdec6bd08a053bfea51 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 31 Jul 2009 10:30:36 +0200 Subject: [PATCH 1/1] 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) --- debian/changelog | 2 ++ doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index b7d782d76..50bb0b945 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ ikiwiki (3.15) UNRELEASED; urgency=low * pagestats: when making a tag cloud, don't emit links where the tag is unused (smcv) * map: Avoid emitting an unclosed ul element if the map is empty. (harishcm) + * 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) -- Joey Hess Tue, 02 Jun 2009 17:03:41 -0400 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]] -- 2.44.0