diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-25 21:13:14 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-25 21:13:14 +0000 |
commit | 48e004acb1cd8d09dfa52377bd48edaee293bc9f (patch) | |
tree | 73f995849b4f779efbb92b559813cbc10addbc42 /doc/plugins | |
parent | 08db946cf4fb3c9289d130207d1d7d35741d97fa (diff) |
* inline: Add ability to sort by page name, based on a patch from
Benjamin A'Lee.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/inline.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/inline.mdwn b/doc/plugins/inline.mdwn index 05dea3a70..ef08d2cb2 100644 --- a/doc/plugins/inline.mdwn +++ b/doc/plugins/inline.mdwn @@ -32,3 +32,5 @@ directive: * `actions` - If set to "yes" add links to the bottom of the inlined pages for editing and discussion (if they would be shown at the top of the page itself). +* `sort` - Controls how inlined pages are sorted. The default, "age" is to + sort newest pages first. Setting it to "title" will sort pages by title. |