aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/inline.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-25 21:13:14 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-25 21:13:14 +0000
commit48e004acb1cd8d09dfa52377bd48edaee293bc9f (patch)
tree73f995849b4f779efbb92b559813cbc10addbc42 /doc/plugins/inline.mdwn
parent08db946cf4fb3c9289d130207d1d7d35741d97fa (diff)
downloadikiwiki-48e004acb1cd8d09dfa52377bd48edaee293bc9f.tar
ikiwiki-48e004acb1cd8d09dfa52377bd48edaee293bc9f.tar.gz
* inline: Add ability to sort by page name, based on a patch from
Benjamin A'Lee.
Diffstat (limited to 'doc/plugins/inline.mdwn')
-rw-r--r--doc/plugins/inline.mdwn2
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.